svn commit: r455541 - head/math/clarence

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 21:00:34 UTC 2017


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 at iki.fi
 COMMENT=	Programmer's calculator
 
-USES=		python shebangfix
+USES=		python:2.7 shebangfix
 USE_GNOME=	pygtk2
 NO_BUILD=	yes
 


More information about the svn-ports-head mailing list