summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3
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 /databases/py-sqlite3
parent8f5c361ddfea67121997c95c6fd758942805289e (diff)
downloadpkgsrc-c20831f411cc4d5c48a099120dcdd1c1c6c685aa.tar.gz
Remove obsolete BUILDLINK_API_DEPENDS.python25 lines (python25 was removed).
Diffstat (limited to 'databases/py-sqlite3')
-rw-r--r--databases/py-sqlite3/Makefile4
1 files changed, 1 insertions, 3 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"