diff options
author | jlam <jlam> | 2001-08-17 21:16:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-17 21:16:45 +0000 |
commit | 668bae16389c1a69329e65999649a9866a785652 (patch) | |
tree | 41ea9439b85df823eb19928f444ee8b20db33f17 /audio | |
parent | b45411cc1b4b42fb5518a177990e4434a12df95e (diff) | |
download | pkgsrc-668bae16389c1a69329e65999649a9866a785652.tar.gz |
Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in
MAKE_ENV as they are now added by the buildlink files themselves.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-dflowers/Makefile | 5 | ||||
-rw-r--r-- | audio/xmms-dscope/Makefile | 4 | ||||
-rw-r--r-- | audio/xmms-dspectogram/Makefile | 4 | ||||
-rw-r--r-- | audio/xmms-dspectralizer/Makefile | 3 |
5 files changed, 5 insertions, 14 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index db2294ae8f6..088a9bcb076 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/08/03 17:08:48 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/08/17 21:16:45 jlam Exp $ # DISTNAME= easytag-0.15 @@ -17,7 +17,6 @@ USE_X11BASE= yes .include "../../devel/gettext-lib/buildlink.mk" .include "../../x11/gtk/buildlink.mk" -MAKE_ENV+= GTK_CONFIG="${BUILDLINK_CONFIG_WRAPPER.gtk}" MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} .include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-dflowers/Makefile b/audio/xmms-dflowers/Makefile index f4a71475cad..513fe752675 100644 --- a/audio/xmms-dflowers/Makefile +++ b/audio/xmms-dflowers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/08/16 04:30:11 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2001/08/17 21:16:47 jlam Exp $ # DISTNAME= dflowers-1.2 @@ -15,8 +15,5 @@ USE_X11= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -MAKE_ENV+= GTK_CONFIG=${BUILDLINK_CONFIG_WRAPPER.gtk} -MAKE_ENV+= XMMS_CONFIG=${BUILDLINK_CONFIG_WRAPPER.xmms} - .include "../../audio/xmms/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-dscope/Makefile b/audio/xmms-dscope/Makefile index 9887c3b8c3c..38be48c30eb 100644 --- a/audio/xmms-dscope/Makefile +++ b/audio/xmms-dscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/08/16 04:40:28 zuntum Exp $ +# $NetBSD: Makefile,v 1.6 2001/08/17 21:16:48 jlam Exp $ # DISTNAME= dscope-1.2 @@ -13,8 +13,6 @@ COMMENT= XMMS plugin for dual scope USE_BUILDLINK_ONLY= YES USE_X11= yes USE_LIBTOOL= yes -MAKE_ENV+= GTK_CONFIG=${BUILDLINK_CONFIG_WRAPPER.gtk} -MAKE_ENV+= XMMS_CONFIG=${BUILDLINK_CONFIG_WRAPPER.xmms} pre-build: cd ${WRKSRC} ; ${MAKE} clean diff --git a/audio/xmms-dspectogram/Makefile b/audio/xmms-dspectogram/Makefile index eea5e98ed89..b278390a591 100644 --- a/audio/xmms-dspectogram/Makefile +++ b/audio/xmms-dspectogram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/08/16 04:59:59 zuntum Exp $ +# $NetBSD: Makefile,v 1.6 2001/08/17 21:16:48 jlam Exp $ # DISTNAME= dspectogram-1.2 @@ -13,8 +13,6 @@ COMMENT= XMMS plugin for dual spectogram USE_BUILDLINK_ONLY= YES USE_X11= yes USE_LIBTOOL= yes -MAKE_ENV+= GTK_CONFIG=${BUILDLINK_CONFIG_WRAPPER.gtk} -MAKE_ENV+= XMMS_CONFIG=${BUILDLINK_CONFIG_WRAPPER.xmms} pre-build: cd ${WRKSRC} ; ${MAKE} clean diff --git a/audio/xmms-dspectralizer/Makefile b/audio/xmms-dspectralizer/Makefile index cf8fe1ad998..8e08b32ca29 100644 --- a/audio/xmms-dspectralizer/Makefile +++ b/audio/xmms-dspectralizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/08/16 03:34:22 zuntum Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/17 21:16:49 jlam Exp $ # DISTNAME= dspectral-1.2 @@ -12,7 +12,6 @@ COMMENT= XMMS plugin for dual spectral analyzer USE_X11= yes USE_LIBTOOL= yes -MAKE_ENV+= GTK_CONFIG=${BUILDLINK_CONFIG_WRAPPER.gtk} pre-build: cd ${WRKSRC} ; ${MAKE} clean |