Date: Sat, 9 Dec 2017 11:46:21 +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: r455845 - head/misc/gnome-osd Message-ID: <201712091146.vB9BkLrj096118@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712091146.vB9BkLrj096118>