diff options
Diffstat (limited to 'print/scribus/Makefile')
-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 |