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 | f23d9d0aff26d2905debc602a7510bffdb3aca2b (patch) | |
tree | ffe28e6982c39d227ab29b624dfd3ac3633c619f /print/scribus | |
parent | 242b7262fa208a0fd21e1168cfd91d1d7633a927 (diff) | |
download | pkgsrc-f23d9d0aff26d2905debc602a7510bffdb3aca2b.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/scribus')
-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 |