svn commit: r489547 - head/print/scribus-devel

Antoine Brodin antoine at FreeBSD.org
Sun Jan 6 21:05:33 UTC 2019


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


More information about the svn-ports-head mailing list