diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-17 21:16:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-17 21:16:45 +0000 |
commit | 2c2b34a0f562050cf6a48339ef9c878547bfe84a (patch) | |
tree | 41ea9439b85df823eb19928f444ee8b20db33f17 /audio/xmms-dflowers/Makefile | |
parent | 7bba3453dcd5c02664d566030e3f34ec592d89f7 (diff) | |
download | pkgsrc-2c2b34a0f562050cf6a48339ef9c878547bfe84a.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/xmms-dflowers/Makefile')
-rw-r--r-- | audio/xmms-dflowers/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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" |