diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 20:33:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 20:33:58 +0800 |
commit | 4f092d8ec8fcbb3101c491f9dc199819d1493974 (patch) | |
tree | 33fbcbc76faefd6b9021a53ec82925ae9e4aa541 /textproc | |
parent | b48e9e7819d8e3e688d04eeab23d10eb9430a4a3 (diff) | |
download | freebsd-ports-gnome-4f092d8ec8fcbb3101c491f9dc199819d1493974.tar.gz freebsd-ports-gnome-4f092d8ec8fcbb3101c491f9dc199819d1493974.tar.zst freebsd-ports-gnome-4f092d8ec8fcbb3101c491f9dc199819d1493974.zip |
Fix build without gperf
Diffstat (limited to 'textproc')
-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 |