Date: Sun, 6 Jan 2019 21:05:32 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489547 - head/print/scribus-devel Message-ID: <201901062105.x06L5WYK008225@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jan 6 21:05:32 2019 New Revision: 489547 URL: https://svnweb.freebsd.org/changeset/ports/489547 Log: print/scribus-devel is not compatible with python3 PR: 234633 Modified: head/print/scribus-devel/Makefile Modified: head/print/scribus-devel/Makefile ============================================================================== --- head/print/scribus-devel/Makefile Sun Jan 6 20:41:16 2019 (r489546) +++ head/print/scribus-devel/Makefile Sun Jan 6 21:05:32 2019 (r489547) @@ -36,7 +36,7 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libharfbuzz.so:print/harfbuzz \ libicuuc.so:devel/icu -USES= cmake desktop-file-utils dos2unix jpeg pkgconfig python qt:5 shared-mime-info ssl tar:xz +USES= cmake desktop-file-utils dos2unix jpeg pkgconfig python:2.7 qt:5 shared-mime-info ssl tar:xz USE_QT= buildtools_build core declarative gui linguisttools_build network opengl \ printsupport qmake_build widgets xml USE_GNOME= libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901062105.x06L5WYK008225>