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 | |
parent | f707bc4606c121edb1e82e50cc6aa9dc90ea9bfc (diff) |
Notes
-rw-r--r-- | print/pdflib/Makefile | 2 | ||||
-rw-r--r-- | print/pdflib4/Makefile | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/print/pdflib4/Makefile b/print/pdflib4/Makefile index 7a9a652574b7..e0ac8c06f353 100644 --- a/print/pdflib4/Makefile +++ b/print/pdflib4/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) |