diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3to/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mp3to/Makefile b/audio/mp3to/Makefile index 7e6cd37c84b..34a65981cd9 100644 --- a/audio/mp3to/Makefile +++ b/audio/mp3to/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/05/25 14:45:16 tron Exp $ +# $NetBSD: Makefile,v 1.12 2012/02/15 22:13:36 hans Exp $ DISTNAME= mp3to PKGNAME= ${DISTNAME}-1.0.1 @@ -18,6 +18,8 @@ DEPENDS+= sox>=12.17.1:../../audio/sox PKG_DESTDIR_SUPPORT= user-destdir +REPLACE_SH= mp3to + NO_BUILD= YES INSTALLATION_DIRS= bin |