diff options
author | max <max@FreeBSD.org> | 2002-05-10 14:48:05 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 2002-05-10 14:48:05 +0800 |
commit | d9965ea757816e320d948d076b148f5e47efc9f8 (patch) | |
tree | 5222404f16f153e90be9c421b95bcbdeb4dd5908 | |
parent | a899a721e810e4f9915d5b3870531e808bef510f (diff) | |
download | freebsd-ports-gnome-d9965ea757816e320d948d076b148f5e47efc9f8.tar.gz freebsd-ports-gnome-d9965ea757816e320d948d076b148f5e47efc9f8.tar.zst freebsd-ports-gnome-d9965ea757816e320d948d076b148f5e47efc9f8.zip |
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.
-rw-r--r-- | print/pdflib/Makefile | 1 | ||||
-rw-r--r-- | print/pdflib4/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
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 |