diff options
author | max <max@FreeBSD.org> | 2002-07-11 13:05:50 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2002-07-11 13:05:50 +0800 |
commit | 8c8518362b7f233fd78f81b7c710e45f747d361f (patch) | |
tree | 2c604a2b7a59f2c5d985d22f7daa61f23edecbf9 /print/pdflib4 | |
parent | f1d0ea0cdb9a43750a09656924dc1a720003c83a (diff) | |
download | freebsd-ports-gnome-8c8518362b7f233fd78f81b7c710e45f747d361f.tar.gz freebsd-ports-gnome-8c8518362b7f233fd78f81b7c710e45f747d361f.tar.zst freebsd-ports-gnome-8c8518362b7f233fd78f81b7c710e45f747d361f.zip |
Add back USE_GMAKE which was accidentally removed during the upgrade.
This is needed as recent bmake (such as on 4.6) doesn't work with the Makefile, while older bmake (such as on 4.4) works.
Submitted by: maintainer
Diffstat (limited to 'print/pdflib4')
-rw-r--r-- | print/pdflib4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pdflib4/Makefile b/print/pdflib4/Makefile index f1327ce6462b..d331ea94fe7e 100644 --- a/print/pdflib4/Makefile +++ b/print/pdflib4/Makefile @@ -15,6 +15,7 @@ MAINTAINER= sysadmin@alexdupre.com RESTRICTED= "many odd restrictions on usage and distribution" INSTALLS_SHLIB= yes +USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cxx |