diff options
author | tron <tron@pkgsrc.org> | 2006-01-09 17:43:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-01-09 17:43:58 +0000 |
commit | 2c5d66057e4f16040ad5b2cad2f0405696255810 (patch) | |
tree | 858c7a31d12ca2c00cfe22bb83ce5fb1083fb027 /audio/mpg123-esound | |
parent | 96ccd9f2c50932cbc7b4e8f215d31215f99dc97f (diff) | |
download | pkgsrc-2c5d66057e4f16040ad5b2cad2f0405696255810.tar.gz |
I only maintain the "mpg123" package and not the "mpg123-nas" and
"mpg123-esound" flavours.
Diffstat (limited to 'audio/mpg123-esound')
-rw-r--r-- | audio/mpg123-esound/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile index 408a48e5d64..b17e6920784 100644 --- a/audio/mpg123-esound/Makefile +++ b/audio/mpg123-esound/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2005/12/10 21:31:41 heinz Exp $ +# $NetBSD: Makefile,v 1.15 2006/01/09 17:43:59 tron Exp $ PKGNAME= mpg123-esound-${MPG123_VERSION} PKGREVISION= 6 COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with EsounD +MAINTAINER= tech-pkg@NetBSD.org + TARGET_SUFFIX= -esd PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-esound |