diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 01:09:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-31 01:09:31 +0000 |
commit | 90d9207db4ef2b936a2c90e34cc9825968ca5806 (patch) | |
tree | 1a65400041354e62bb3fb4e94ddf29baf8a57739 /print/pdflib | |
parent | Update Russian Apache + mod_ssl to patchlevel 30.17 (diff) |
[Maintainer Patch] print/pdflib (USE_LIBTOOL, WITH_PERL, install fonts)
PR: ports/48961
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes:
svn path=/head/; revision=77784
Diffstat (limited to 'print/pdflib')
-rw-r--r-- | print/pdflib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 7a9a652574b7..e0ac8c06f353 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -19,7 +19,7 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-cxx +CONFIGURE_ARGS= --enable-cxx --prefix=${PREFIX} --with-perl=${PERL} post-install: .if !defined(NOPORTDOCS) |