diff options
author | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-12-05 21:25:27 +0000 |
commit | 2019fddeb4a03f35d05240122f8adaba399b2031 (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /print/scribus/Makefile | |
parent | 576e28830879dd1e62f4d61c31a43700bc131bc7 (diff) | |
download | pkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
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 73244aaaa8b..656fd667eea 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2015/06/12 10:50:59 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2015/12/05 21:25:56 adam Exp $ DISTNAME= scribus-1.3.3.14 PKGREVISION= 24 @@ -22,7 +22,7 @@ USE_CMAKE= yes LDFLAGS.DragonFly= -lX11 LDFLAGS.SunOS+= -lX11 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.3.3.14 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.3.3.14 CONFIGURE_ENV+= FREETYPE_DIR=${BUILDLINK_PREFIX.freetype2} CONFIGURE_ARGS+= --enable-cairo |