summaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-17 21:16:45 +0000
committerjlam <jlam>2001-08-17 21:16:45 +0000
commit7561f846cece0cb86e3234e5e1463f4bcb9ef588 (patch)
tree41ea9439b85df823eb19928f444ee8b20db33f17 /audio/easytag
parentf8078a78a9737d0da422cd83573039caaef5bf2a (diff)
downloadpkgsrc-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/easytag')
-rw-r--r--audio/easytag/Makefile3
1 files changed, 1 insertions, 2 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"