diff options
author | grant <grant@pkgsrc.org> | 2004-04-09 11:50:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-09 11:50:59 +0000 |
commit | d520043fc9bce1b0c227eae5c6d3c4b1d862f697 (patch) | |
tree | 181bd5d62ef578b81a73671480143707343160df /audio/mpg123 | |
parent | ec32fbbf666efa5970031a62a170017737dcd966 (diff) | |
download | pkgsrc-d520043fc9bce1b0c227eae5c6d3c4b1d862f697.tar.gz |
add LICENSE=no-commercial-use. noted by Bruce J.A. Nourish in
PR pkg/24510.
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index 2c2122a95bc..8e860999fd6 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2004/03/05 14:24:30 bouyer Exp $ +# $NetBSD: Makefile.common,v 1.15 2004/04/09 11:50:59 grant Exp $ DISTNAME= mpg123-0.59r MPG123_VERSION= 0.59.18 @@ -17,6 +17,8 @@ PATCHDIR= ${.CURDIR}/../../audio/mpg123/patches FILESDIR= ${.CURDIR}/../../audio/mpg123/files DISTINFO_FILE= ${.CURDIR}/../../audio/mpg123/distinfo +LICENSE= no-commercial-use + USE_BUILDLINK2= # defined .include "../../mk/bsd.prefs.mk" |