From 8c8518362b7f233fd78f81b7c710e45f747d361f Mon Sep 17 00:00:00 2001 From: max Date: Thu, 11 Jul 2002 05:05:50 +0000 Subject: 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 --- print/pdflib/Makefile | 1 + print/pdflib4/Makefile | 1 + 2 files changed, 2 insertions(+) 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 -- cgit