summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-09-29 20:10:35 +0000
committerdholland <dholland@pkgsrc.org>2012-09-29 20:10:35 +0000
commit1c640b22a99a078d18180340c7fb045c0f21629e (patch)
treea779e3fb77c3d9ee92236b77a09f327f775d6995 /multimedia
parent2138688addfac5a22ab2c3afdefc26b0738524d3 (diff)
downloadpkgsrc-1c640b22a99a078d18180340c7fb045c0f21629e.tar.gz
MAKE_JOBS_SAFE should go in Makefile.common as it applies to the build
system, and hence the plugins as well as the base package.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xine-lib/Makefile3
-rw-r--r--multimedia/xine-lib/Makefile.common4
2 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/xine-lib/Makefile b/multimedia/xine-lib/Makefile
index 3da03193baa..d3450e9f2ea 100644
--- a/multimedia/xine-lib/Makefile
+++ b/multimedia/xine-lib/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.104 2012/09/27 23:55:37 dholland Exp $
+# $NetBSD: Makefile,v 1.105 2012/09/29 20:10:35 dholland Exp $
PKGREVISION= 2
PKG_DESTDIR_SUPPORT= user-destdir
-MAKE_JOBS_SAFE= no
.include "Makefile.common"
diff --git a/multimedia/xine-lib/Makefile.common b/multimedia/xine-lib/Makefile.common
index 10cedaa7a6f..25615ff767a 100644
--- a/multimedia/xine-lib/Makefile.common
+++ b/multimedia/xine-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.78 2012/07/02 16:27:11 drochner Exp $
+# $NetBSD: Makefile.common,v 1.79 2012/09/29 20:10:35 dholland Exp $
#
# used by audio/xine-alsa/Makefile
# used by audio/xine-esound/Makefile
@@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xinehq.de/
+MAKE_JOBS_SAFE= no
+
XINE_MOD_DIR_VER= 2.2
PLIST_SUBST+= XINE_MOD_DIR_VER=${XINE_MOD_DIR_VER:Q}