aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-10-02 08:19:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-10-02 08:19:24 +0000
commit8fe304d81d70872630643925138943499192bcff (patch)
treea419dd81f0908a221ebc2620d586858d2d203959
parentdf1046470795bb213977a0e3cf1ea28383eef5f2 (diff)
downloadports-8fe304d81d70872630643925138943499192bcff.tar.gz
ports-8fe304d81d70872630643925138943499192bcff.zip
Add explicit USES=python
Notes
Notes: svn path=/head/; revision=481102
-rw-r--r--graphics/goocanvas2/Makefile2
-rw-r--r--mail/claws-mail/Makefile2
-rw-r--r--net/gtk-vnc/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/goocanvas2/Makefile b/graphics/goocanvas2/Makefile
index 4d9bdb5b3cd0..2a231aa801ce 100644
--- a/graphics/goocanvas2/Makefile
+++ b/graphics/goocanvas2/Makefile
@@ -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
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index bee2b91c6ae7..f1e65e952328 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -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
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile
index d9dc4a80263c..d59c62e708c3 100644
--- a/net/gtk-vnc/Makefile
+++ b/net/gtk-vnc/Makefile
@@ -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