diff options
author | heinz <heinz@pkgsrc.org> | 2005-12-10 21:31:41 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-12-10 21:31:41 +0000 |
commit | 7713e9c8091fbbb06fc13584b0616bd9998f26e9 (patch) | |
tree | 053557a8fb9a090db089710634f5f5ab7fecbdb0 /audio/mpg123-esound | |
parent | 448655751394e6eb19529bba8096e5b18a452df9 (diff) | |
download | pkgsrc-7713e9c8091fbbb06fc13584b0616bd9998f26e9.tar.gz |
Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron).
No bump of PKGREVISION necessary.
Diffstat (limited to 'audio/mpg123-esound')
-rw-r--r-- | audio/mpg123-esound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile index da933d961ea..408a48e5d64 100644 --- a/audio/mpg123-esound/Makefile +++ b/audio/mpg123-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/12/05 20:49:49 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2005/12/10 21:31:41 heinz Exp $ PKGNAME= mpg123-esound-${MPG123_VERSION} PKGREVISION= 6 @@ -6,6 +6,7 @@ COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with EsounD TARGET_SUFFIX= -esd +PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-esound .include "../../audio/mpg123/Makefile.common" INSTALLATION_DIRS= bin man/man1 |