diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-16 07:11:48 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-16 07:11:48 +0800 |
commit | c705001068f34533243d3451e40c02cee2407c47 (patch) | |
tree | 4bf49b5e3af675fb8f3f03b39978c5aa59c58f74 /math/clarence | |
parent | b59589375ce23715d87517ef6f1bd32368896d48 (diff) | |
download | freebsd-ports-gnome-c705001068f34533243d3451e40c02cee2407c47.tar.gz freebsd-ports-gnome-c705001068f34533243d3451e40c02cee2407c47.tar.zst freebsd-ports-gnome-c705001068f34533243d3451e40c02cee2407c47.zip |
- Drop requirement for exact python version
- Unmark BROKEN
PR: ports/75084
Submitted by: Pasi Hirvonen <psh@iki.fi> (maintainer)
Diffstat (limited to 'math/clarence')
-rw-r--r-- | math/clarence/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/clarence/Makefile b/math/clarence/Makefile index da6affd1dafd..eaa2b57713ff 100644 --- a/math/clarence/Makefile +++ b/math/clarence/Makefile @@ -8,19 +8,16 @@ PORTNAME= clarence PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python MASTER_SITES= http://clay.ll.pl/download/ MAINTAINER= psh@iki.fi COMMENT= Programmer's calculator -BROKEN= "Broken dependency after python 2.4 update" - USE_GNOME= pygtk2 USE_REINPLACE= yes USE_PYTHON= yes -PYTHON_VERSION= python2.3 NO_BUILD= yes MAN1= clarence.1 PLIST_FILES= bin/clarence |