svn commit: r370341 - head/graphics/libetonyek01

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 7 14:16:11 UTC 2014


Author: bapt
Date: Tue Oct  7 14:16:10 2014
New Revision: 370341
URL: https://svnweb.freebsd.org/changeset/ports/370341
QAT: https://qat.redports.org/buildarchive/r370341/

Log:
  Convert USES=gperf properly

Modified:
  head/graphics/libetonyek01/Makefile

Modified: head/graphics/libetonyek01/Makefile
==============================================================================
--- head/graphics/libetonyek01/Makefile	Tue Oct  7 14:15:30 2014	(r370340)
+++ head/graphics/libetonyek01/Makefile	Tue Oct  7 14:16:10 2014	(r370341)
@@ -13,7 +13,6 @@ COMMENT=	Library to interpret and import
 LICENSE=	LGPL21 MPL
 LICENSE_COMB=	dual
 
-USES=		gperf
 LIB_DEPENDS=	libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
 		librevenge-0.0.so:${PORTSDIR}/textproc/librevenge \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
@@ -24,7 +23,7 @@ CONFIGURE_ARGS=	--disable-werror --witho
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix pkgconfig tar:xz
+USES=		gmake gperf libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-all mailing list