From 7448ba8243538679e02116c04fd1d31b47715e63 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Fri, 10 May 2002 06:48:05 +0000 Subject: [PATCH] Define USE_GMAKE as the build fails with bmake from recent -stable. Since bmake from a few months ago can handle this port, it is likely issues with recent chages to bmake. --- print/pdflib/Makefile | 1 + print/pdflib4/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index fc9a241a7a2b..af5205fe8c7f 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_LIBTOOL= yes LIBTOOLFILES= config/aclocal.m4 USE_PERL5= yes diff --git a/print/pdflib4/Makefile b/print/pdflib4/Makefile index fc9a241a7a2b..af5205fe8c7f 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_LIBTOOL= yes LIBTOOLFILES= config/aclocal.m4 USE_PERL5= yes