From f23d9d0aff26d2905debc602a7510bffdb3aca2b Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 28 May 2006 16:13:11 +0000 Subject: Use PYTHON_VERSIONS_ACCEPTED instead of _REQD, so that the latter can be used to enforce versions after having determined which are suppported. --- 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 efaebb0242a..f5e241bdd18 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/05/22 16:40:19 drochner Exp $ +# $NetBSD: Makefile,v 1.38 2006/05/28 16:13:11 joerg Exp $ DISTNAME= scribus-1.2.4.1 PKGREVISION= 1 @@ -23,7 +23,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_VERSION_REQD= 24 +PYTHON_VERSIONS_ACCEPTED= 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