diff options
Diffstat (limited to 'audio/xmms-dscope/Makefile')
-rw-r--r-- | audio/xmms-dscope/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xmms-dscope/Makefile b/audio/xmms-dscope/Makefile index 89c5dc7f4a8..9887c3b8c3c 100644 --- a/audio/xmms-dscope/Makefile +++ b/audio/xmms-dscope/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2001/08/16 03:20:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/16 04:40:28 zuntum Exp $ # DISTNAME= dscope-1.2 -PKGNAME= xmms-dscope-1.2 +PKGNAME= xmms-${DISTNAME} CATEGORIES= audio MASTER_SITES= http://hem.passagen.se/joakime/ @@ -10,9 +10,11 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://hem.passagen.se/joakime/linuxapp.html 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 |