diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-29 20:10:35 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-29 20:10:35 +0000 |
commit | c4f8157ecb850641a3bcba3e6a813d3d18d173a2 (patch) | |
tree | a779e3fb77c3d9ee92236b77a09f327f775d6995 /multimedia/xine-lib | |
parent | a37479421c5103503cdedf9af0cc8b926b44d36e (diff) | |
download | pkgsrc-c4f8157ecb850641a3bcba3e6a813d3d18d173a2.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/Makefile | 3 | ||||
-rw-r--r-- | multimedia/xine-lib/Makefile.common | 4 |
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} |