diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-25 20:39:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-25 20:39:06 +0000 |
commit | a77e7015fef465c9d21fd49774b5fe3fc8b9f6e8 (patch) | |
tree | ba5c318600555301b8a78f14c17772a3e23be7eb /print | |
parent | 1e0bbe6581a4c5892a18657a6abcf9c9c40ea65c (diff) | |
download | pkgsrc-a77e7015fef465c9d21fd49774b5fe3fc8b9f6e8.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/Makefile | 3 | ||||
-rw-r--r-- | print/scribus/Makefile | 4 |
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 |