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 | ad561aed215ea2bd37e5bb288995be104ded878d (patch) | |
tree | c4396091101ffc230df14fd695ddf28b7ab5f526 /net/py-ORBit | |
parent | c53b655096820bd600d6f986d48734fb8ac1e6c9 (diff) | |
download | pkgsrc-ad561aed215ea2bd37e5bb288995be104ded878d.tar.gz |
Remove obsolete BUILDLINK_API_DEPENDS.python25 lines (python25 was removed).
Diffstat (limited to 'net/py-ORBit')
-rw-r--r-- | net/py-ORBit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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" |