diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /audio/mpg123/Makefile.common | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'audio/mpg123/Makefile.common')
-rw-r--r-- | audio/mpg123/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index 430d2f45dd8..9929e17250f 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2005/02/23 03:28:49 minskim Exp $ +# $NetBSD: Makefile.common,v 1.20 2005/04/11 21:44:55 tv Exp $ DISTNAME= mpg123-0.59r MPG123_VERSION= 0.59.18 @@ -21,7 +21,6 @@ LICENSE= no-commercial-use PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" .include "../../mk/compiler.mk" |