summaryrefslogtreecommitdiff
path: root/audio/py-cddb
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-09-21 09:39:21 +0000
committerjmc <jmc@pkgsrc.org>2003-09-21 09:39:21 +0000
commit51812310e9de90c88d87fb4746cdd0bb56596c51 (patch)
tree12ca27ef9231455027cbfd4320ea8668d8f322c8 /audio/py-cddb
parent3d864cb4ab3c6501ee53134456089e7c5e135c4f (diff)
downloadpkgsrc-51812310e9de90c88d87fb4746cdd0bb56596c51.tar.gz
Add USE_BUILDLINK2 so this picks up a proper depend
Diffstat (limited to 'audio/py-cddb')
-rw-r--r--audio/py-cddb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-cddb/Makefile b/audio/py-cddb/Makefile
index 735331aac38..defa59849a3 100644
--- a/audio/py-cddb/Makefile
+++ b/audio/py-cddb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 16:30:43 martti Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/21 09:46:25 jmc Exp $
#
DISTNAME= CDDB-1.3
@@ -12,6 +12,7 @@ COMMENT= Python module to access the CDDB online database
PYDISTUTILSPKG= yes
PYBINMODULE= yes
+USE_BUILDLINK2= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"