diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-27 08:53:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-27 08:53:01 +0000 |
commit | 10271b370c5aa3b895f89fa0a1b68094a5d58f9f (patch) | |
tree | 95c09fb85cd59173dff900fe118bbdc464b76fd9 /editors/pdfedit | |
parent | b6054989344ae70d66ab829cd2ce3f998e62d399 (diff) | |
download | freebsd-ports-10271b370c5aa3b895f89fa0a1b68094a5d58f9f.zip |
- Fix build (needs perl to build)
Diffstat (limited to 'editors/pdfedit')
-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" \ |