diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 12:33:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 12:33:58 +0000 |
commit | faebbb40aca0c7ed609807f8d45ef43639c8db37 (patch) | |
tree | 33fbcbc76faefd6b9021a53ec82925ae9e4aa541 | |
parent | Fix build without gperf (diff) |
Fix build without gperf
Notes
Notes:
svn path=/head/; revision=370324
-rw-r--r-- | textproc/libabw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libabw/Makefile b/textproc/libabw/Makefile index 261ad44f4a3a..daee368d9f22 100644 --- a/textproc/libabw/Makefile +++ b/textproc/libabw/Makefile @@ -15,10 +15,11 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge -USES= libtool pathfix pkgconfig tar:xz +USES= gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= libxml2 GNU_CONFIGURE= yes +USE_PERL5= build INSTALL_TARGET= install-strip CPPFLAGS= -I${LOCALBASE}/include |