aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-23 16:29:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-23 16:29:32 +0000
commit478e95d156fd5bb2a5f97701da2a890536ff95e0 (patch)
treef5468e9b639f56104db129878d88816d6d89508a /graphics
parent2b6fa4ce53d066561ace693aaa6940b71c1f4d7a (diff)
downloadports-478e95d156fd5bb2a5f97701da2a890536ff95e0.tar.gz
ports-478e95d156fd5bb2a5f97701da2a890536ff95e0.zip
- Mark MAKE_JOBS_SAFE
Notes
Notes: svn path=/head/; revision=230756
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnash-devel/Makefile1
-rw-r--r--graphics/gnash/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile
index fa4b5449db3c..461118cd4ff0 100644
--- a/graphics/gnash-devel/Makefile
+++ b/graphics/gnash-devel/Makefile
@@ -39,6 +39,7 @@ WANT_GSTREAMER= yes
USE_GNOME= pkgconfig libxml2
USE_XORG= x11 xau xdmcp xext xi xinerama ice sm
USE_AUTOTOOLS= libltdl:15 libtool:15:env
+MAKE_JOBS_SAFE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 425b32cfce12..7ec3fcef19c7 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -35,6 +35,7 @@ WANT_GSTREAMER= yes
USE_GNOME= pkgconfig libxml2
USE_XORG= x11 xau xdmcp xext xi xinerama ice sm
USE_AUTOTOOLS= libltdl:15
+MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --with-boost-incl="${LOCALBASE}/include" \
--with-boost-lib="${LOCALBASE}/lib" \