svn commit: r455846 - head/sysutils/gnome-schedule

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 11:48:44 UTC 2017


Author: antoine
Date: Sat Dec  9 11:48:42 2017
New Revision: 455846
URL: https://svnweb.freebsd.org/changeset/ports/455846

Log:
  gnome-schedule is not compatible with python3

Modified:
  head/sysutils/gnome-schedule/Makefile

Modified: head/sysutils/gnome-schedule/Makefile
==============================================================================
--- head/sysutils/gnome-schedule/Makefile	Sat Dec  9 11:46:20 2017	(r455845)
+++ head/sysutils/gnome-schedule/Makefile	Sat Dec  9 11:48:42 2017	(r455846)
@@ -20,7 +20,7 @@ OPTIONS_SUB=	yes
 BUILD_DEPENDS=	yelp:x11/yelp
 RUN_DEPENDS=	yelp:x11/yelp
 
-USES=		gmake pathfix python
+USES=		gmake pathfix python:2.7
 USE_GNOME=	gnomeprefix pygnome2 gnomedocutils intltool
 INSTALLS_OMF=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list