diff options
author | recht <recht@pkgsrc.org> | 2003-09-25 15:43:35 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-25 15:43:35 +0000 |
commit | eed7b27b60ce71637f202b6c05c8b89c0c7cf5c9 (patch) | |
tree | 9ebd1203d608864f9ab58116501cb41fc54d2d43 /devel/py-TPG | |
parent | 8028036363d431cf103bfc8246401bd59ccddd0b (diff) | |
download | pkgsrc-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/Makefile | 5 |
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" |