diff options
author | vs <vs@FreeBSD.org> | 2005-09-08 23:41:35 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-09-08 23:41:35 +0800 |
commit | add2dba0f8e571ab5ea911969a2b7fe87f504b03 (patch) | |
tree | d05d003660e42e297305844ae396d65d4eb5dd27 /math | |
parent | a7799ce627df8f1eb05c399074fabb43322dc8f9 (diff) | |
download | freebsd-ports-gnome-add2dba0f8e571ab5ea911969a2b7fe87f504b03.tar.gz freebsd-ports-gnome-add2dba0f8e571ab5ea911969a2b7fe87f504b03.tar.zst freebsd-ports-gnome-add2dba0f8e571ab5ea911969a2b7fe87f504b03.zip |
Fix build: USE_PYTHON=2.4+
Noticed by: cluster
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 78e22e543286..fbdc31744855 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.4+ USE_X_PREFIX= yes NO_BUILD= yes PORTDOCS= README.html INSTALL LICENSE |