summaryrefslogtreecommitdiffstats
path: root/textproc/py-martel
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-08-01 22:04:57 +0000
committerperky <perky@FreeBSD.org>2003-08-01 22:04:57 +0000
commit43ad2b2be94664a694197ac789220cf5a1416d63 (patch)
treeb0b27a98e61a1b42796c104b744ed8aa729a0870 /textproc/py-martel
parent2cdb3a379583e3b3056dbe0666d0518cc8d4b867 (diff)
downloadFreeBSD-ports-43ad2b2be94664a694197ac789220cf5a1416d63.zip
FreeBSD-ports-43ad2b2be94664a694197ac789220cf5a1416d63.tar.gz
Fix python version detection routines to cope with python 2.3's
boolean representation.
Diffstat (limited to 'textproc/py-martel')
-rw-r--r--textproc/py-martel/pkg-req2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-martel/pkg-req b/textproc/py-martel/pkg-req
index d57b714..5fc28f0 100644
--- a/textproc/py-martel/pkg-req
+++ b/textproc/py-martel/pkg-req
@@ -4,7 +4,7 @@ PATH=$PATH:/usr/local/bin
if [ "x$1" = "xINSTALL" -o "x$2" = "xINSTALL" ]; then
PYTHON_GT=`python -c 'import string, sys; \
- print string.split(sys.version)[0] >= "2.0"'`
+ print string.split(sys.version)[0] >= "2.0" and 1'`
if [ "x${PYTHON_GT}" = "x1" ]; then
exit 0
else
OpenPOWER on IntegriCloud