summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-21 11:49:18 +0000
committerwiz <wiz>2013-01-21 11:49:18 +0000
commitc20831f411cc4d5c48a099120dcdd1c1c6c685aa (patch)
treec4396091101ffc230df14fd695ddf28b7ab5f526
parent8f5c361ddfea67121997c95c6fd758942805289e (diff)
downloadpkgsrc-c20831f411cc4d5c48a099120dcdd1c1c6c685aa.tar.gz
Remove obsolete BUILDLINK_API_DEPENDS.python25 lines (python25 was removed).
-rw-r--r--databases/py-sqlite3/Makefile4
-rw-r--r--devel/py-readline/Makefile4
-rw-r--r--net/py-ORBit/Makefile3
3 files changed, 3 insertions, 8 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index 80dbe10f9af..7a415845508 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/10/19 12:45:40 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2013/01/21 11:49:18 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-sqlite3-0
PKGREVISION= 3
@@ -25,8 +25,6 @@ do-patch:
${PATCH} --batch < "$$f" || ${TRUE}; \
done
-BUILDLINK_API_DEPENDS.python25+= python25>=2.5.2nb2
-
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../lang/python/srcdist.mk"
diff --git a/devel/py-readline/Makefile b/devel/py-readline/Makefile
index 5de68040582..6084b88de54 100644
--- a/devel/py-readline/Makefile
+++ b/devel/py-readline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2012/10/31 11:19:34 asau Exp $
+# $NetBSD: Makefile,v 1.25 2013/01/21 11:49:18 wiz Exp $
#
PKGNAME= ${PYPKGPREFIX}-readline-0
@@ -28,8 +28,6 @@ do-patch:
${PATCH} --batch <$$f || true; \
done)
-BUILDLINK_API_DEPENDS.python25+= python25>=2.5.2nb2
-
.include "../../devel/readline/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../lang/python/srcdist.mk"
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index d0dc47ab8e4..d16e45b9ff9 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2012/10/23 17:19:01 asau Exp $
+# $NetBSD: Makefile,v 1.46 2013/01/21 11:49:19 wiz Exp $
#
DISTNAME= pyorbit-2.24.0
@@ -23,7 +23,6 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
PYTHON_SELF_CONFLICT= YES
BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4
-BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"