svn commit: r470965 - head/devel/libappindicator

Antoine Brodin antoine at FreeBSD.org
Sun May 27 08:17:59 UTC 2018


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
 


More information about the svn-ports-all mailing list