summaryrefslogtreecommitdiff
path: root/devel/py-TPG
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/py-TPG
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/py-TPG')
-rw-r--r--devel/py-TPG/Makefile5
1 files changed, 3 insertions, 2 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"