summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib
diff options
context:
space:
mode:
authordholland <dholland>2012-09-29 20:10:35 +0000
committerdholland <dholland>2012-09-29 20:10:35 +0000
commit8bf50f03431f112292cd4dbd8f2ef25502ded92b (patch)
treea779e3fb77c3d9ee92236b77a09f327f775d6995 /multimedia/xine-lib
parent8b34252651dbb13a941b75f9eb1c67b807e5d349 (diff)
downloadpkgsrc-8bf50f03431f112292cd4dbd8f2ef25502ded92b.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/xine-lib')
-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}