aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2002-07-11 05:05:50 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2002-07-11 05:05:50 +0000
commit26db65c3e50bdaa7f3938be4eb258192d256368d (patch)
tree01debdcc7079d927876aacc7d3b5e7ef931a7535
parent39a004ad35d0e7592ea14a7e211cd309b310de09 (diff)
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
Notes
Notes: svn path=/head/; revision=62790
-rw-r--r--print/pdflib/Makefile1
-rw-r--r--print/pdflib4/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile
index f1327ce6462b..d331ea94fe7e 100644
--- a/print/pdflib/Makefile
+++ b/print/pdflib/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
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