diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 14:16:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 14:16:10 +0000 |
commit | 80fc5987a32aef1c866bfae55a56e5edb05ada01 (patch) | |
tree | 775ab53916fbf3dbb873e2db78183e7633debc36 /graphics | |
parent | ff067b1781aa7ba7fec512b61644758f6ac8458a (diff) | |
download | ports-80fc5987a32aef1c866bfae55a56e5edb05ada01.tar.gz ports-80fc5987a32aef1c866bfae55a56e5edb05ada01.zip |
Notes
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 |