diff options
Diffstat (limited to 'audio/mp32ogg/Makefile')
-rw-r--r-- | audio/mp32ogg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 6bf9e2fbd42..b64b39f5018 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/03/09 11:09:51 pettai Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/02 23:47:58 asau Exp $ DISTNAME= mp32ogg-0.11 PKGREVISION= 5 @@ -16,8 +16,6 @@ DEPENDS+= vorbis-tools>=1.0.0.7:../../audio/vorbis-tools DEPENDS+= p5-MP3-Info>=1.00:../../audio/p5-MP3-Info DEPENDS+= p5-String-ShellQuote>=1.00:../../textproc/p5-String-ShellQuote -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} USE_TOOLS+= perl:run REPLACE_PERL= ${WRKSRC}/${DISTNAME} |