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/moss | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'audio/moss')
-rw-r--r-- | audio/moss/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/moss/Makefile b/audio/moss/Makefile index 191e6a614ad..303186c5d1b 100644 --- a/audio/moss/Makefile +++ b/audio/moss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/01/23 20:41:45 recht Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/11 21:44:55 tv Exp $ DISTNAME= moss-0.1.13 PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= MP3/OGG Streaming Server DEPENDS+= ${PYPKGPREFIX}-ogg>=1.3:../../audio/py-ogg DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis -USE_BUILDLINK3= yes USE_PKGINSTALL= yes PYTHON_VERSIONS_ACCEPTED= 23 22 21 |