pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/229c3676d9df
branches:  trunk
changeset: 461772:229c3676d9df
user:      jmc <jmc%pkgsrc.org@localhost>
date:      Sun Sep 21 09:21:07 2003 +0000

description:
Add USE_BUILDLINK2 so this picks up a proper depend

diffstat:

 lang/py-pyrex/Makefile |  3 ++-
 net/py-IP/Makefile     |  3 ++-
 net/py-dns/Makefile    |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 238e390868ed -r 229c3676d9df lang/py-pyrex/Makefile
--- a/lang/py-pyrex/Makefile    Sun Sep 21 09:17:02 2003 +0000
+++ b/lang/py-pyrex/Makefile    Sun Sep 21 09:21:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/09/14 17:40:02 recht Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/21 09:30:59 jmc Exp $
 
 DISTNAME=      Pyrex-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/P/p/}
@@ -12,6 +12,7 @@
 PYTHON_VERSIONS_ACCEPTED=      23 23pth 22 22pth
 
 PYDISTUTILSPKG= # defined
+USE_BUILDLINK2=        yes
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 238e390868ed -r 229c3676d9df net/py-IP/Makefile
--- a/net/py-IP/Makefile        Sun Sep 21 09:17:02 2003 +0000
+++ b/net/py-IP/Makefile        Sun Sep 21 09:21:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/21 17:11:10 martti Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/21 09:29:15 jmc Exp $
 
 DISTNAME=      IPy-0.4
 PKGNAME=       ${PYPKGPREFIX}-IP-0.4
@@ -10,6 +10,7 @@
 COMMENT=       Python module to handle IPv4 and IPv6 address
 
 PYDISTUTILSPKG=        # defined
+USE_BUILDLINK2=        yes
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 238e390868ed -r 229c3676d9df net/py-dns/Makefile
--- a/net/py-dns/Makefile       Sun Sep 21 09:17:02 2003 +0000
+++ b/net/py-dns/Makefile       Sun Sep 21 09:21:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/08/18 04:02:47 gson Exp $
+# $NetBSD: Makefile,v 1.6 2003/09/21 09:21:07 jmc Exp $
 
 DISTNAME=      dnspython-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-dns-1.1.0
@@ -10,6 +10,7 @@
 COMMENT=       Python DNS toolkit
 
 PYDISTUTILSPKG=        yes
+USE_BUILDLINK2=        yes
 
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index