diff options
Diffstat (limited to 'audio/oggasm/Makefile')
-rw-r--r-- | audio/oggasm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/oggasm/Makefile b/audio/oggasm/Makefile index 492a2e77cd6..851be845f5b 100644 --- a/audio/oggasm/Makefile +++ b/audio/oggasm/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 16:30:43 martti Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:07:43 agc Exp $ # DISTNAME= oggasm_1.4.0 PKGNAME= ${DISTNAME:S/_/-/} -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= audio MASTER_SITES= http://oggasm.sourceforge.net/ @@ -15,6 +14,7 @@ DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 DEPENDS+= vorbis-tools>=1.0.0.7:../../audio/vorbis-tools DEPENDS+= p5-MP3-Info>=1.00:../../audio/p5-MP3-Info +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_PERL5= yes REPLACE_PERL= oggasm |