diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-19 11:44:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-19 11:44:04 +0000 |
commit | c29e7b6416bfac23de655170dfa6ac212e6ae567 (patch) | |
tree | 8ca619bd03454bedc8d6e938dc9a974f88e8e5eb /print | |
parent | b517e9500cdd3df991009fb421d8f6593a712581 (diff) | |
download | pkgsrc-c29e7b6416bfac23de655170dfa6ac212e6ae567.tar.gz |
Builds fine with Python 2.6 too, so remove restriction.
Diffstat (limited to 'print')
-rw-r--r-- | print/scribus/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 8fc47afe66f..b91a3e3f131 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2009/09/16 09:24:55 drochner Exp $ +# $NetBSD: Makefile,v 1.63 2009/10/19 11:44:04 joerg Exp $ DISTNAME= scribus-1.3.3.13 CATEGORIES= print @@ -21,9 +21,6 @@ CONFIGURE_ARGS+= --enable-cairo CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}/include CONFIGURE_ARGS+= --with-extra-libs=${PREFIX}/lib CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} -# XXX should work with other Python versions, but there are -# stupid assumptions in the configure script -PYTHON_VERSIONS_ACCEPTED= 25 24 CONFIGURE_ARGS+= --with-pythondir=${PREFIX} # XXX make an option CONFIGURE_ARGS+= --disable-cups |