diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:45:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:45:24 +0000 |
commit | 29bca43beb9c4febf37dfc1477d7bba35b76dea9 (patch) | |
tree | aa034d66bcaf8aa99dd8c13df7248ba8bd01ea26 /print/ghostscript9 | |
parent | 33813624cba64719319a101031b09d4253845100 (diff) |
Notes
Diffstat (limited to 'print/ghostscript9')
-rw-r--r-- | print/ghostscript9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index a95efb88017a..a7a202df847d 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -37,14 +37,14 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* +USES= gmake USE_BZIP2= yes -USE_GMAKE= yes WANT_GNOME= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes MAKE_ENV= CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ EXTRALIBS="${EXTRALIBS}" \ |