svn commit: r370374 - head/graphics/libfreehand00

Antoine Brodin antoine at FreeBSD.org
Tue Oct 7 17:16:03 UTC 2014


Author: antoine
Date: Tue Oct  7 17:16:02 2014
New Revision: 370374
URL: https://svnweb.freebsd.org/changeset/ports/370374
QAT: https://qat.redports.org/buildarchive/r370374/

Log:
  Fix without gperf from base

Modified:
  head/graphics/libfreehand00/Makefile

Modified: head/graphics/libfreehand00/Makefile
==============================================================================
--- head/graphics/libfreehand00/Makefile	Tue Oct  7 17:13:19 2014	(r370373)
+++ head/graphics/libfreehand00/Makefile	Tue Oct  7 17:16:02 2014	(r370374)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libwpd-0.9.so:${PORTSDIR}/t
 		libwpg-0.2.so:${PORTSDIR}/graphics/libwpg
 
 GNU_CONFIGURE=	yes
-USES=	libtool pathfix pkgconfig tar:xz
+USES=		gperf libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--without-docs --disable-werror
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list