svn commit: r428853 - head/deskutils/gourmet

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Dec 18 14:22:51 UTC 2016


Author: rm
Date: Sun Dec 18 14:22:49 2016
New Revision: 428853
URL: https://svnweb.freebsd.org/changeset/ports/428853

Log:
  deskutils/gourmet: fix incorrect python range

Modified:
  head/deskutils/gourmet/Makefile

Modified: head/deskutils/gourmet/Makefile
==============================================================================
--- head/deskutils/gourmet/Makefile	Sun Dec 18 14:19:24 2016	(r428852)
+++ head/deskutils/gourmet/Makefile	Sun Dec 18 14:22:49 2016	(r428853)
@@ -27,7 +27,7 @@ OPTIONS_DEFINE=		IPYTHON
 IPYTHON_DESC=		Interactive shell support
 IPYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython
 
-USES=		gettext python:2.7+
+USES=		gettext python:-2.7
 USE_GNOME=	intltool pygnome2 pygtk2
 USE_PYTHON=	autoplist distutils
 PLIST_FILES+=	man/man1/gourmet.1.gz


More information about the svn-ports-all mailing list