diff options
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index fb9785e6072..6be7cdacb1e 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/05/26 12:16:13 drochner Exp $ +# $NetBSD: Makefile,v 1.43 2009/05/19 22:16:08 abs Exp $ PKGNAME= mpg123-${MPG123_VERSION} PKGREVISION= 9 @@ -6,6 +6,8 @@ COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio CONFLICTS+= mpg123-nas-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123 .include "Makefile.common" .include "../../mk/bsd.pkg.mk" |