aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2009-03-31 03:33:54 +0800
committerache <ache@FreeBSD.org>2009-03-31 03:33:54 +0800
commit8465c8a3d9731e667d7f028908befc27f2688032 (patch)
treecafd2520ebc7187f76698b32b0e0e81807cf87e0
parent7a02d94285129095af3018424f91e8492d1c0421 (diff)
downloadfreebsd-ports-gnome-8465c8a3d9731e667d7f028908befc27f2688032.tar.gz
freebsd-ports-gnome-8465c8a3d9731e667d7f028908befc27f2688032.tar.zst
freebsd-ports-gnome-8465c8a3d9731e667d7f028908befc27f2688032.zip
Add MAKE_JOBS_SAFE
PR: 132998 Submitted by: Martin Matuska <mm@FreeBSD.org>
-rw-r--r--graphics/png/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index dd58c04102a7..5957c3b9f322 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -23,6 +23,7 @@ COMMENT= Library for manipulating PNG images
MAKEFILE= ${WRKSRC}/scripts/makefile.freebsd
ALL_TARGET= all libpng-config test
MAKE_FLAGS= ccopts="${CFLAGS}" ldopts="${LDFLAGS}" -f
+MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
SHLIB_VER= 5
USE_BZIP2= yes