diff options
author | jlam <jlam> | 2001-08-17 21:16:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-17 21:16:45 +0000 |
commit | 7561f846cece0cb86e3234e5e1463f4bcb9ef588 (patch) | |
tree | 41ea9439b85df823eb19928f444ee8b20db33f17 /audio/xmms-dscope/Makefile | |
parent | f8078a78a9737d0da422cd83573039caaef5bf2a (diff) | |
download | pkgsrc-7561f846cece0cb86e3234e5e1463f4bcb9ef588.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-dscope/Makefile')
-rw-r--r-- | audio/xmms-dscope/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |