svn commit: r455845 - head/misc/gnome-osd

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 11:46:22 UTC 2017


Author: antoine
Date: Sat Dec  9 11:46:20 2017
New Revision: 455845
URL: https://svnweb.freebsd.org/changeset/ports/455845

Log:
  gnome-osd is not compatible with python3

Modified:
  head/misc/gnome-osd/Makefile

Modified: head/misc/gnome-osd/Makefile
==============================================================================
--- head/misc/gnome-osd/Makefile	Sat Dec  9 11:43:57 2017	(r455844)
+++ head/misc/gnome-osd/Makefile	Sat Dec  9 11:46:20 2017	(r455845)
@@ -14,7 +14,7 @@ COMMENT=	On-Screen-Display infrastructure using Pango 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext-tools gmake pathfix pkgconfig python
+USES=		gettext-tools gmake pathfix pkgconfig python:2.7
 USE_GNOME=	gnomeprefix intlhack pygnome2
 GNU_CONFIGURE=	yes
 NO_ARCH=	yes


More information about the svn-ports-head mailing list