diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-05 05:00:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-05 05:00:33 +0800 |
commit | 224a6998360e94ed00d689e240e7e1ca1ccf032a (patch) | |
tree | effd1d0b85e81357329ceb694941a17df5b58a8e /math | |
parent | 96c005b5c92e1a7c42f9754f5c65c57917ccd511 (diff) | |
download | freebsd-ports-gnome-224a6998360e94ed00d689e240e7e1ca1ccf032a.tar.gz freebsd-ports-gnome-224a6998360e94ed00d689e240e7e1ca1ccf032a.tar.zst freebsd-ports-gnome-224a6998360e94ed00d689e240e7e1ca1ccf032a.zip |
clarence doesn't run with python3
Diffstat (limited to 'math')
-rw-r--r-- | math/clarence/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/clarence/Makefile b/math/clarence/Makefile index d2ed6f167468..981c080c0ea7 100644 --- a/math/clarence/Makefile +++ b/math/clarence/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.sourcefiles.org/Productivity_Tools/Calculators/ \ MAINTAINER= psh@iki.fi COMMENT= Programmer's calculator -USES= python shebangfix +USES= python:2.7 shebangfix USE_GNOME= pygtk2 NO_BUILD= yes |