diff options
author | pav <pav@FreeBSD.org> | 2004-12-16 07:11:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-16 07:11:48 +0800 |
commit | 649fe7b1a9c3598bbf2dcd19d9fd583fc3cd060b (patch) | |
tree | 1c191a5e78259407145449ad001ad3942615f50c /math/clarence | |
parent | ee98f9f339cfded4b7ae72f8a00bd8eaf0b3afa1 (diff) | |
download | freebsd-ports-gnome-649fe7b1a9c3598bbf2dcd19d9fd583fc3cd060b.tar.gz freebsd-ports-gnome-649fe7b1a9c3598bbf2dcd19d9fd583fc3cd060b.tar.zst freebsd-ports-gnome-649fe7b1a9c3598bbf2dcd19d9fd583fc3cd060b.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 |