From 8bf50f03431f112292cd4dbd8f2ef25502ded92b Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Sep 2012 20:10:35 +0000 Subject: 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. --- multimedia/xine-lib/Makefile | 3 +-- multimedia/xine-lib/Makefile.common | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'multimedia/xine-lib') 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} -- cgit v1.2.3