svn commit: r481102 - in head: graphics/goocanvas2 mail/claws-mail net/gtk-vnc

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


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

Log:
  Add explicit USES=python

Modified:
  head/graphics/goocanvas2/Makefile
  head/mail/claws-mail/Makefile
  head/net/gtk-vnc/Makefile

Modified: head/graphics/goocanvas2/Makefile
==============================================================================
--- head/graphics/goocanvas2/Makefile	Tue Oct  2 07:13:07 2018	(r481101)
+++ head/graphics/goocanvas2/Makefile	Tue Oct  2 08:19:24 2018	(r481102)
@@ -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: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile	Tue Oct  2 07:13:07 2018	(r481101)
+++ head/mail/claws-mail/Makefile	Tue Oct  2 08:19:24 2018	(r481102)
@@ -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: head/net/gtk-vnc/Makefile
==============================================================================
--- head/net/gtk-vnc/Makefile	Tue Oct  2 07:13:07 2018	(r481101)
+++ head/net/gtk-vnc/Makefile	Tue Oct  2 08:19:24 2018	(r481102)
@@ -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-head mailing list