diff options
author | tron <tron@pkgsrc.org> | 2009-09-23 09:54:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-09-23 09:54:45 +0000 |
commit | 48371fd9b039d87ef0a3904bc2cb9100ba252671 (patch) | |
tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 /x11/py-sip | |
parent | aee74ee0248da3c147be68877bbcd32c5453dfa2 (diff) | |
download | pkgsrc-48371fd9b039d87ef0a3904bc2cb9100ba252671.tar.gz |
Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
Diffstat (limited to 'x11/py-sip')
-rw-r--r-- | x11/py-sip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index 81547f7a9ba..b1999f99d7d 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/09/07 19:02:14 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/09/23 09:54:47 tron Exp $ # DISTNAME= sip-4.8.2 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* ${PYPKGPREFIX}-qt3-sip-* -PYTHON_VERSIONS_ACCEPTED= 26 25 24 USE_LIBTOOL= yes USE_TOOLS+= gmake |