diff options
author | pav <pav@FreeBSD.org> | 2008-03-27 16:53:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-27 16:53:01 +0800 |
commit | 4fac74da5b3201d11a836d8ebda59a9143d7042b (patch) | |
tree | 683346e4c1612adf0509c7e26c49c29d9c3a36ba /editors | |
parent | 88a404afd9481584ab5d1fc2b52492a1a93ae5ca (diff) | |
download | freebsd-ports-gnome-4fac74da5b3201d11a836d8ebda59a9143d7042b.tar.gz freebsd-ports-gnome-4fac74da5b3201d11a836d8ebda59a9143d7042b.tar.zst freebsd-ports-gnome-4fac74da5b3201d11a836d8ebda59a9143d7042b.zip |
- Fix build (needs perl to build)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pdfedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index c2fe1514aff0..9e2c7e87436e 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= boost_filesystem.4:${PORTSDIR}/devel/boost \ USE_BZIP2= yes USE_GMAKE= yes +USE_PERL5_BUILD=yes USE_QT_VER= 3 GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ |