Wed Jul 22 09:19:37 2009 UTC ()
Remove PYTHON_VERSIONS_ACCEPTED line which was intended to limit
to 2.3+ but was now disallowing 2.6.


(wiz)
diff -r1.12 -r1.13 pkgsrc/x11/py-qt3-base/Makefile.common

cvs diff -r1.12 -r1.13 pkgsrc/x11/py-qt3-base/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/x11/py-qt3-base/Attic/Makefile.common 2009/06/17 07:11:03 1.12
+++ pkgsrc/x11/py-qt3-base/Attic/Makefile.common 2009/07/22 09:19:37 1.13
@@ -1,32 +1,30 @@ @@ -1,32 +1,30 @@
1# $NetBSD: Makefile.common,v 1.12 2009/06/17 07:11:03 hasso Exp $ 1# $NetBSD: Makefile.common,v 1.13 2009/07/22 09:19:37 wiz Exp $
2# 2#
3# used by x11/py-qt3-base/Makefile 3# used by x11/py-qt3-base/Makefile
4# used by x11/py-qt3-modules/Makefile 4# used by x11/py-qt3-modules/Makefile
5# used by x11/py-qt3-qscintilla/Makefile 5# used by x11/py-qt3-qscintilla/Makefile
6# 6#
7# XXX: when updating version, be sure to update distinfo for both 7# XXX: when updating version, be sure to update distinfo for both
8# XXX: PyQt-mac-gpl and PyQt-x11-gpl in py-qt3-qscintilla, 8# XXX: PyQt-mac-gpl and PyQt-x11-gpl in py-qt3-qscintilla,
9# XXX: py-qt3-base, and py-qt3-modules. 9# XXX: py-qt3-base, and py-qt3-modules.
10 10
11PYQT_VERSION= 3.18.1 11PYQT_VERSION= 3.18.1
12CATEGORIES= x11 python 12CATEGORIES= x11 python
13MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt3/ 13MASTER_SITES= http://www.riverbankcomputing.com/static/Downloads/PyQt3/
14 14
15MAINTAINER= pkgsrc-users@NetBSD.org 15MAINTAINER= pkgsrc-users@NetBSD.org
16HOMEPAGE= http://www.riverbankcomputing.com/software/pyqt/intro 16HOMEPAGE= http://www.riverbankcomputing.com/software/pyqt/intro
17 17
18PYTHON_VERSIONS_ACCEPTED= 25 24 23 
19 
20.include "../../mk/bsd.prefs.mk" 18.include "../../mk/bsd.prefs.mk"
21 19
22.if ${OPSYS} == "Darwin" 20.if ${OPSYS} == "Darwin"
23DISTNAME= PyQt-mac-gpl-${PYQT_VERSION} 21DISTNAME= PyQt-mac-gpl-${PYQT_VERSION}
24.else 22.else
25DISTNAME= PyQt-x11-gpl-${PYQT_VERSION} 23DISTNAME= PyQt-x11-gpl-${PYQT_VERSION}
26.endif 24.endif
27 25
28USE_LIBTOOL= yes 26USE_LIBTOOL= yes
29USE_TOOLS+= gmake 27USE_TOOLS+= gmake
30USE_LANGUAGES= c c++ 28USE_LANGUAGES= c c++
31 29
32CONFIGURE_ARGS+= -b ${PREFIX}/bin 30CONFIGURE_ARGS+= -b ${PREFIX}/bin