diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-10 22:04:32 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-01-10 22:04:32 +0000 |
commit | a0a495a09099c2e5644305b134fc1884c09bc85f (patch) | |
tree | e1a62540aa9c9c5e04261a7e3b0c228b0ac4687a /math | |
parent | f6be0814c8856c79843b9c7c3d941946038295f5 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/convertall/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile index d83572b1747d..64f9187bf5fe 100644 --- a/math/convertall/Makefile +++ b/math/convertall/Makefile @@ -7,6 +7,7 @@ PORTNAME= convertall PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://bellz.org/convertall/ @@ -18,7 +19,7 @@ RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt WRKSRC= ${WRKDIR}/ConvertAll USE_REINPLACE= yes -USE_PYTHON= 2.3 +USE_PYTHON= yes USE_X_PREFIX= yes NO_BUILD= yes PORTDOCS= README.html INSTALL LICENSE |