Convert USES=gperf properly
This commit is contained in:
parent
ff067b1781
commit
80fc5987a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370341
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue