Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2017 21:00:33 +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: r455541 - head/math/clarence
Message-ID:  <201712042100.vB4L0XSE096975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec  4 21:00:33 2017
New Revision: 455541
URL: https://svnweb.freebsd.org/changeset/ports/455541

Log:
  clarence doesn't run with python3

Modified:
  head/math/clarence/Makefile

Modified: head/math/clarence/Makefile
==============================================================================
--- head/math/clarence/Makefile	Mon Dec  4 20:50:30 2017	(r455540)
+++ head/math/clarence/Makefile	Mon Dec  4 21:00:33 2017	(r455541)
@@ -11,7 +11,7 @@ MASTER_SITES=	http://www.sourcefiles.org/Productivity_
 MAINTAINER=	psh@iki.fi
 COMMENT=	Programmer's calculator
 
-USES=		python shebangfix
+USES=		python:2.7 shebangfix
 USE_GNOME=	pygtk2
 NO_BUILD=	yes
 



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