pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Add USE_BUILDLINK2 so this picks up a proper depend



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0a43de38241
branches:  trunk
changeset: 462027:b0a43de38241
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Sep 25 15:43:35 2003 +0000

description:
Add USE_BUILDLINK2 so this picks up a proper depend
This should fix hubertf's bulk build.

diffstat:

 devel/py-TPG/Makefile  |  5 +++--
 devel/roundup/Makefile |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 6cedc662bbe1 -r b0a43de38241 devel/py-TPG/Makefile
--- a/devel/py-TPG/Makefile     Thu Sep 25 14:57:24 2003 +0000
+++ b/devel/py-TPG/Makefile     Thu Sep 25 15:43:35 2003 +0000
@@ -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 @@
 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 -r 6cedc662bbe1 -r b0a43de38241 devel/roundup/Makefile
--- a/devel/roundup/Makefile    Thu Sep 25 14:57:24 2003 +0000
+++ b/devel/roundup/Makefile    Thu Sep 25 15:43:35 2003 +0000
@@ -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 @@
 
 PYDISTUTILSPKG=        yes
 PY_PATCHPLIST= yes
+USE_BUILDLINK2=        yes
 
 PYTHON_VERSIONS_ACCEPTED=      23 23pth 22 22pth 21 21pth
 



Home | Main Index | Thread Index | Old Index