diff options
author | tron <tron> | 2009-09-23 09:54:45 +0000 |
---|---|---|
committer | tron <tron> | 2009-09-23 09:54:45 +0000 |
commit | b7cd686700d99f542312b7f85a27e0bbe5ed94bd (patch) | |
tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 /x11/py-sip | |
parent | c01228173276ac6f4d9a6c91390504261bd65b2c (diff) | |
download | pkgsrc-b7cd686700d99f542312b7f85a27e0bbe5ed94bd.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 |