Date: Sun, 27 May 2018 08:17:58 +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: r470965 - head/devel/libappindicator Message-ID: <201805270817.w4R8HwHf052170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 27 08:17:58 2018 New Revision: 470965 URL: https://svnweb.freebsd.org/changeset/ports/470965 Log: libappindicator is not compatible with python3 Modified: head/devel/libappindicator/Makefile Modified: head/devel/libappindicator/Makefile ============================================================================== --- head/devel/libappindicator/Makefile Sun May 27 08:17:10 2018 (r470964) +++ head/devel/libappindicator/Makefile Sun May 27 08:17:58 2018 (r470965) @@ -11,7 +11,7 @@ COMMENT= KSNI App Indicator library LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu \ libindicator3.so:devel/libindicator -USES= gmake libtool pkgconfig python +USES= gmake libtool pkgconfig python:2.7 USE_LDCONFIG= yes USE_GNOME= gtk30 pygtk2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805270817.w4R8HwHf052170>