diff options
Diffstat (limited to 'print/scribus-qt4/Makefile')
-rw-r--r-- | print/scribus-qt4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/scribus-qt4/Makefile b/print/scribus-qt4/Makefile index 8d9f4bc6d10..1a7e62bb6bb 100644 --- a/print/scribus-qt4/Makefile +++ b/print/scribus-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/06/17 20:46:51 joerg Exp $ +# $NetBSD: Makefile,v 1.39 2015/12/05 21:25:56 adam Exp $ DISTNAME= scribus-1.4.3 PKGREVISION= 6 @@ -20,7 +20,7 @@ CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib # XXX not yet #CMAKE_ARGS+= -DWANT_HUNSPELL:BOOL=ON -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 1.4.3 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.4.3 INSTALLATION_DIRS+= share/pixmaps |