diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 20:31:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 20:31:19 +0800 |
commit | b48e9e7819d8e3e688d04eeab23d10eb9430a4a3 (patch) | |
tree | ecdaabcb830d781172d3555776feb17c744d88ff /graphics/libfreehand | |
parent | cdea6c3433d5c236a3b80def9db2872875a298c3 (diff) | |
download | freebsd-ports-gnome-b48e9e7819d8e3e688d04eeab23d10eb9430a4a3.tar.gz freebsd-ports-gnome-b48e9e7819d8e3e688d04eeab23d10eb9430a4a3.tar.zst freebsd-ports-gnome-b48e9e7819d8e3e688d04eeab23d10eb9430a4a3.zip |
Fix build without gperf
Diffstat (limited to 'graphics/libfreehand')
-rw-r--r-- | graphics/libfreehand/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index 7c8b37d69e60..95c24f13f244 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -15,8 +15,9 @@ LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig tar:xz +USES= gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes +USE_PERL5= build CONFIGURE_ARGS= --disable-werror --without-docs INSTALL_TARGET= install-strip |