diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-28 16:13:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-28 16:13:11 +0000 |
commit | e6033642a4a79a0dc6599005955de4e67adb67f9 (patch) | |
tree | ffe28e6982c39d227ab29b624dfd3ac3633c619f /print | |
parent | ab165d4a0de475e39fdaa5e67a50f43783026282 (diff) | |
download | pkgsrc-e6033642a4a79a0dc6599005955de4e67adb67f9.tar.gz |
Use PYTHON_VERSIONS_ACCEPTED instead of _REQD, so that the latter
can be used to enforce versions after having determined which are
suppported.
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |