diff options
Diffstat (limited to 'audio/xmms-arts/Makefile')
-rw-r--r-- | audio/xmms-arts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-arts/Makefile b/audio/xmms-arts/Makefile index 1b925e4435f..dea478f3c64 100644 --- a/audio/xmms-arts/Makefile +++ b/audio/xmms-arts/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/12/08 14:41:38 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:07:43 agc Exp $ # DISTNAME= xmmsarts-0.4 PKGNAME= ${DISTNAME:S/xmms/xmms-/} PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= audio kde MASTER_SITES= http://stukach.com/hosted/m.i.a/xmmsarts/ EXTRACT_SUFX= .tar.bz2 @@ -13,6 +12,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.xmms.org/plugins.php?category=output COMMENT= XMMS plugin to output sound through the aRts sound daemon +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_LIBTOOL= yes |