summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-25 15:43:35 +0000
committerrecht <recht@pkgsrc.org>2003-09-25 15:43:35 +0000
commiteed7b27b60ce71637f202b6c05c8b89c0c7cf5c9 (patch)
tree9ebd1203d608864f9ab58116501cb41fc54d2d43 /devel
parent8028036363d431cf103bfc8246401bd59ccddd0b (diff)
downloadpkgsrc-eed7b27b60ce71637f202b6c05c8b89c0c7cf5c9.tar.gz
Add USE_BUILDLINK2 so this picks up a proper depend
This should fix hubertf's bulk build.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-TPG/Makefile5
-rw-r--r--devel/roundup/Makefile3
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/py-TPG/Makefile b/devel/py-TPG/Makefile
index 45c616e2702..ecaa299a15b 100644
--- a/devel/py-TPG/Makefile
+++ b/devel/py-TPG/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/15 22:08:35 recht Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/25 15:43:35 recht Exp $
#
DISTNAME= TPG-2.1.6
@@ -10,7 +10,8 @@ HOMEPAGE= http://christophe.delord.free.fr/soft/tpg/
COMMENT= ToyParserGenerator for Python
PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth
-PYDISTUTILSPKG= # defined
+PYDISTUTILSPKG= yes
+USE_BUILDLINK2= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/roundup/Makefile b/devel/roundup/Makefile
index 36a2f74b602..3db25fe6daf 100644
--- a/devel/roundup/Makefile
+++ b/devel/roundup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/09/14 17:30:18 recht Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/25 15:43:35 recht Exp $
DISTNAME= roundup-0.6.1
CATEGORIES= devel
@@ -10,6 +10,7 @@ COMMENT= Issue tracking system with command-line, web and email clients
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
+USE_BUILDLINK2= yes
PYTHON_VERSIONS_ACCEPTED= 23 23pth 22 22pth 21 21pth