From a77e7015fef465c9d21fd49774b5fe3fc8b9f6e8 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 25 Apr 2008 20:39:06 +0000 Subject: 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. --- print/scribus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/scribus') 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 -- cgit v1.2.3