diff options
author | joerg <joerg> | 2008-07-14 16:30:26 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-14 16:30:26 +0000 |
commit | 369a625593a498ce402db9adda88719d81336336 (patch) | |
tree | 7569be8c07ab7fae258fead25967d5b535841223 /x11 | |
parent | 0a9ddb56cdc1d42285dd582f108c86658378f22e (diff) | |
download | pkgsrc-369a625593a498ce402db9adda88719d81336336.tar.gz |
Use PYTHON_VERSIONS_ACCEPTED for py-qt3-sip and extend transitive
closure to the other qt3-sip packages.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-qt3-base/Makefile.common | 4 | ||||
-rw-r--r-- | x11/py-qt3-sip/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11/py-qt3-base/Makefile.common b/x11/py-qt3-base/Makefile.common index a31f4849321..a07cbddb114 100644 --- a/x11/py-qt3-base/Makefile.common +++ b/x11/py-qt3-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2008/04/25 20:39:14 joerg Exp $ +# $NetBSD: Makefile.common,v 1.9 2008/07/14 16:30:26 joerg Exp $ # # XXX: when updating version, be sure to update distinfo for both @@ -12,6 +12,8 @@ MASTER_SITES= http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.riverbankcomputing.co.uk/pyqt/ +PYTHON_VERSIONS_ACCEPTED= 24 + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" diff --git a/x11/py-qt3-sip/Makefile b/x11/py-qt3-sip/Makefile index 912b7a1e43f..97a33488686 100644 --- a/x11/py-qt3-sip/Makefile +++ b/x11/py-qt3-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/07/14 10:58:01 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2008/07/14 16:30:26 joerg Exp $ # DISTNAME= sip-4.3.2 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= ${PYPKGPREFIX}-qt2-sip-* -PYTHON_VERSIONS_INCOMPATIBLE= 25 23 21 +PYTHON_VERSIONS_ACCEPTED= 24 USE_LIBTOOL= yes USE_TOOLS+= gmake |