diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 11:49:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 11:49:18 +0000 |
commit | f4b57ae74c20134993436d1410d87851e12e191a (patch) | |
tree | c4396091101ffc230df14fd695ddf28b7ab5f526 /databases | |
parent | 64a8367036b43bbc0a4d5cea71ef9a85f269872c (diff) | |
download | pkgsrc-f4b57ae74c20134993436d1410d87851e12e191a.tar.gz |
Remove obsolete BUILDLINK_API_DEPENDS.python25 lines (python25 was removed).
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-sqlite3/Makefile | 4 |
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" |