diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-08 15:31:32 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-08 15:31:32 +0000 |
commit | eefe25e7d52fa51d2a4737df878fb67d08372cb1 (patch) | |
tree | 8c5a4fca6e90c7d10f1f0b88c133cc2c206659d5 /math | |
parent | b1f83df81017dcfe2946616a6356c22a382d4acb (diff) | |
download | FreeBSD-ports-eefe25e7d52fa51d2a4737df878fb67d08372cb1.zip FreeBSD-ports-eefe25e7d52fa51d2a4737df878fb67d08372cb1.tar.gz |
PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
Diffstat (limited to 'math')
-rw-r--r-- | math/convertall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile index b1e8da8..d83572b 100644 --- a/math/convertall/Makefile +++ b/math/convertall/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt WRKSRC= ${WRKDIR}/ConvertAll USE_REINPLACE= yes -USE_PYTHON= yes +USE_PYTHON= 2.3 USE_X_PREFIX= yes NO_BUILD= yes PORTDOCS= README.html INSTALL LICENSE |