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/cmp3 | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'audio/cmp3')
-rw-r--r-- | audio/cmp3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index 92b4d5717cb..1c92aa6ff96 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/03/02 17:49:19 rxg Exp $ +# $NetBSD: Makefile,v 1.21 2005/04/11 21:44:51 tv Exp $ # DISTNAME= cmp3-2.0pre6 @@ -14,7 +14,6 @@ DEPENDS+= mpg123-[0-9]*:../../audio/mpg123 DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools WRKSRC= ${WRKDIR}/cmp3-kenrevs -USE_BUILDLINK3= YES USE_GNU_TOOLS+= make INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-H]* |