diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-15 23:11:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-15 23:11:48 +0000 |
commit | c705001068f34533243d3451e40c02cee2407c47 (patch) | |
tree | 4bf49b5e3af675fb8f3f03b39978c5aa59c58f74 /math | |
parent | New port: graphics/hugin - a gui system to mount panoramic images (diff) |
- Drop requirement for exact python version
- Unmark BROKEN
PR: ports/75084
Submitted by: Pasi Hirvonen <psh@iki.fi> (maintainer)
Notes
Notes:
svn path=/head/; revision=124174
Diffstat (limited to 'math')
-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 |