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 | 72c952ea964a8546828fd6f4de41af0b593353f7 (patch) | |
tree | 9ebd1203d608864f9ab58116501cb41fc54d2d43 /devel/roundup | |
parent | b0496f93816b4eb09f337f51f63c3c78bb15a96b (diff) | |
download | pkgsrc-72c952ea964a8546828fd6f4de41af0b593353f7.tar.gz |
Add USE_BUILDLINK2 so this picks up a proper depend
This should fix hubertf's bulk build.
Diffstat (limited to 'devel/roundup')
-rw-r--r-- | devel/roundup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |