diff options
author | max <max@FreeBSD.org> | 2002-05-10 06:48:05 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 2002-05-10 06:48:05 +0000 |
commit | d9965ea757816e320d948d076b148f5e47efc9f8 (patch) | |
tree | 5222404f16f153e90be9c421b95bcbdeb4dd5908 /print/pdflib4 | |
parent | a899a721e810e4f9915d5b3870531e808bef510f (diff) | |
download | FreeBSD-ports-d9965ea757816e320d948d076b148f5e47efc9f8.zip FreeBSD-ports-d9965ea757816e320d948d076b148f5e47efc9f8.tar.gz |
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.
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 fc9a241..af5205f 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 |