diff options
author | xtraeme <xtraeme> | 2004-04-11 17:45:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-11 17:45:52 +0000 |
commit | 4616d6424f07e7f033710f23fe9c3d03c81ebd70 (patch) | |
tree | 674feff38d82896e78681a7535d52ab36bc6665c /audio/py-cddb | |
parent | 168260abd6dd76fde2c460e154cd6dbbf50026c3 (diff) | |
download | pkgsrc-4616d6424f07e7f033710f23fe9c3d03c81ebd70.tar.gz |
bl3ify
Diffstat (limited to 'audio/py-cddb')
-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" |