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-dspectogram | |
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-dspectogram')
-rw-r--r-- | audio/xmms-dspectogram/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |