diff options
author | danfe <danfe@FreeBSD.org> | 2013-09-01 19:24:19 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-09-01 19:24:19 +0800 |
commit | 0d2309f724e51502586d286e3d6c1b8f86ec1901 (patch) | |
tree | a07451dd1dd6ddae64e801afee3a1daeacd6f8c3 /graphics | |
parent | 35c7198756ff91385e844f30ff7e337cb14285d2 (diff) | |
download | freebsd-ports-gnome-0d2309f724e51502586d286e3d6c1b8f86ec1901.tar.gz freebsd-ports-gnome-0d2309f724e51502586d286e3d6c1b8f86ec1901.tar.zst freebsd-ports-gnome-0d2309f724e51502586d286e3d6c1b8f86ec1901.zip |
- Unmark it as make jobs (-jX) unsafe: there is a comment saying that as of
version 10.35.80, it should be safe; MAKE_JOBS_UNSAFE was added back in
2011, and no build failure logs are available since that time; it was not
reproduced on few n-cored machines with various -jX settings as of today
- While here, convert USE_GMAKE and USE_PERL5, tidy up Makefile header
Tested by: marino (poudriere testport)
Approved by: dinoex (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 780e886ffeb8..4d1fb54bc33a 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,4 +1,4 @@ -# Created by: jmz +# Created by: Jean-Marc Zucconi <jmz@FreeBSD.org> # $FreeBSD$ PORTNAME= netpbm @@ -20,10 +20,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ xml2:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -MAKE_JOBS_UNSAFE= yes - -USE_PERL5= yes -USE_GMAKE= yes +USES= gmake perl5 CFLAGS+= -DPNG_DEPSTRUCT= -Iutil MAKE_ENV= LN="${LN}" RANLIB="${RANLIB}" MAKEFILE= GNUmakefile |