diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 22:16:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 22:16:10 +0800 |
commit | 76147cdeddbf2df073dd98034ed3fd15f9cfec27 (patch) | |
tree | 775ab53916fbf3dbb873e2db78183e7633debc36 /graphics | |
parent | 01a48efc9a8e3a519ec72b3a338eba220ca847a1 (diff) | |
download | freebsd-ports-gnome-76147cdeddbf2df073dd98034ed3fd15f9cfec27.tar.gz freebsd-ports-gnome-76147cdeddbf2df073dd98034ed3fd15f9cfec27.tar.zst freebsd-ports-gnome-76147cdeddbf2df073dd98034ed3fd15f9cfec27.zip |
Convert USES=gperf properly
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libetonyek01/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index 30c6233748ce..e70b5d3cfeea 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -13,7 +13,6 @@ COMMENT= Library to interpret and import Apple Keynote presentations 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 --without-docs 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 |