diff options
author | joerg <joerg> | 2009-09-07 19:02:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-09-07 19:02:13 +0000 |
commit | fce0ec35b23203d8fcb7b567f85f333c367b9da4 (patch) | |
tree | a32b43bedb61c01f43058cd8394b9464563c3fc5 /x11 | |
parent | 39ba41cab5c8edb68238b59b9ea5a2a85e27d3c2 (diff) | |
download | pkgsrc-fce0ec35b23203d8fcb7b567f85f333c367b9da4.tar.gz |
Retire Python 2.3 support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-sip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-sip/Makefile b/x11/py-sip/Makefile index 56beac97f02..81547f7a9ba 100644 --- a/x11/py-sip/Makefile +++ b/x11/py-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/07/29 19:44:51 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2009/09/07 19:02:14 joerg Exp $ # DISTNAME= sip-4.8.2 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* ${PYPKGPREFIX}-qt3-sip-* -PYTHON_VERSIONS_ACCEPTED= 26 25 24 23 +PYTHON_VERSIONS_ACCEPTED= 26 25 24 USE_LIBTOOL= yes USE_TOOLS+= gmake |