diff options
Diffstat (limited to 'audio/py-cddb/Makefile')
-rw-r--r-- | audio/py-cddb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile index defa59849a3..ce0f4dba13f 100644 --- a/audio/py-cddb/Makefile +++ b/audio/py-cddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/09/21 09:46:25 jmc Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/11 17:50:33 xtraeme Exp $ # DISTNAME= CDDB-1.3 @@ -12,7 +12,7 @@ COMMENT= Python module to access the CDDB online database PYDISTUTILSPKG= yes PYBINMODULE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |