Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 14:22:50 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428853 - head/deskutils/gourmet
Message-ID:  <201612181422.uBIEMoTU007475@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612181422.uBIEMoTU007475>