svn commit: r481103 - in branches/2018Q4: graphics/goocanvas2 mail/claws-mail net/gtk-vnc

Antoine Brodin antoine at FreeBSD.org
Tue Oct 2 08:19:59 UTC 2018


Author: antoine
Date: Tue Oct  2 08:19:58 2018
New Revision: 481103
URL: https://svnweb.freebsd.org/changeset/ports/481103

Log:
  MFH: r481102
  
  Add explicit USES=python

Modified:
  branches/2018Q4/graphics/goocanvas2/Makefile
  branches/2018Q4/mail/claws-mail/Makefile
  branches/2018Q4/net/gtk-vnc/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/graphics/goocanvas2/Makefile
==============================================================================
--- branches/2018Q4/graphics/goocanvas2/Makefile	Tue Oct  2 08:19:24 2018	(r481102)
+++ branches/2018Q4/graphics/goocanvas2/Makefile	Tue Oct  2 08:19:58 2018	(r481103)
@@ -14,7 +14,7 @@ COMMENT=	Canvas widget for GTK+ 3
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool pathfix pkgconfig tar:xz
+USES=		gmake libtool pathfix pkgconfig python tar:xz
 USE_GNOME=	gtk30 introspection:build
 USE_LDCONFIG=	yes
 

Modified: branches/2018Q4/mail/claws-mail/Makefile
==============================================================================
--- branches/2018Q4/mail/claws-mail/Makefile	Tue Oct  2 08:19:24 2018	(r481102)
+++ branches/2018Q4/mail/claws-mail/Makefile	Tue Oct  2 08:19:58 2018	(r481103)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 RUN_DEPENDS=	mime-support>0:misc/mime-support
 
 USES=		compiler:c++11-lang cpe desktop-file-utils gnome pathfix \
-		python:2.7,run shebangfix ssl
+		python:2.7 shebangfix ssl
 USE_XORG=	ice sm
 USE_GNOME=	cairo gtk20 librsvg2
 SHEBANG_FILES=	tools/*.pl tools/*.py tools/tb2claws-mail

Modified: branches/2018Q4/net/gtk-vnc/Makefile
==============================================================================
--- branches/2018Q4/net/gtk-vnc/Makefile	Tue Oct  2 08:19:24 2018	(r481102)
+++ branches/2018Q4/net/gtk-vnc/Makefile	Tue Oct  2 08:19:58 2018	(r481103)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		libsasl2.so:security/cyrus-sasl2
 
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool introspection:build
-USES=		gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
+USES=		gettext gmake gnome libtool localbase pathfix pkgconfig python tar:xz
 USE_XORG=	x11
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list