summaryrefslogtreecommitdiff
path: root/graphics/agg/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-20 12:46:07 +0000
committerwiz <wiz>2010-01-20 12:46:07 +0000
commit17ab1ee84a4561434be238414d7694a3c84256e1 (patch)
tree797342cb87fecdc3c58c337765f621c75dfed831 /graphics/agg/Makefile
parentc3287f723dd7adc87513b53e90c34ac6db05366a (diff)
downloadpkgsrc-17ab1ee84a4561434be238414d7694a3c84256e1.tar.gz
Not make-jobs safe (fails when linking examples with -j16).
Diffstat (limited to 'graphics/agg/Makefile')
-rw-r--r--graphics/agg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile
index d93eb12bfc6..73eb5c7ae30 100644
--- a/graphics/agg/Makefile
+++ b/graphics/agg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/10/28 01:02:03 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/01/20 12:46:07 wiz Exp $
#
DISTNAME= agg-2.5
@@ -11,6 +11,7 @@ COMMENT= High Quality Rendering Engine for C++
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake msgfmt pkg-config aclocal autoheader \
automake autoconf
USE_LANGUAGES= c c++