summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-25 20:39:06 +0000
committerjoerg <joerg>2008-04-25 20:39:06 +0000
commit36c2fb54a849271ea467f4aa4c33371f1856e400 (patch)
treeba5c318600555301b8a78f14c17772a3e23be7eb /print
parent4a9f366b12184da7a2854b2093a3e565b4c1a867 (diff)
downloadpkgsrc-36c2fb54a849271ea467f4aa4c33371f1856e400.tar.gz
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
Diffstat (limited to 'print')
-rw-r--r--print/py-pslib/Makefile3
-rw-r--r--print/scribus/Makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/print/py-pslib/Makefile b/print/py-pslib/Makefile
index c4b04c33d8c..8eb786d7793 100644
--- a/print/py-pslib/Makefile
+++ b/print/py-pslib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/06/07 13:03:24 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2008/04/25 20:39:11 joerg Exp $
#
DISTNAME= python-pslib_0.2.0.orig
@@ -13,7 +13,6 @@ COMMENT= Python bindings for pslib
WRKSRC= ${WRKDIR}/python-pslib-0.2.0
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 23
.include "../../lang/python/extension.mk"
.include "../../print/pslib/buildlink3.mk"
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index 41a77e02f16..398fb358be3 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2008/01/14 12:54:10 drochner Exp $
+# $NetBSD: Makefile,v 1.54 2008/04/25 20:39:11 joerg Exp $
DISTNAME= scribus-1.3.3.11
CATEGORIES= print
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --with-qt-dir=${QTDIR:Q} \
--with-extra-includes=${LOCALBASE}/include
# XXX should work with other Python versions, but there are
# stupid assumptions in the configure script
-PYTHON_VERSIONS_ACCEPTED= 24
+PYTHON_VERSIONS_ACCEPTED= 25 24
CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE:Q}
# avoid CUPS libs to be pulled in
CONFIGURE_ENV+= ac_cv_prog_hacups=no