diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-09-08 15:41:35 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-09-08 15:41:35 +0000 |
commit | caa6499962c549d2ead33cd250bb3d65255eef6d (patch) | |
tree | f0cd84e74adb5183e7808058e09ebc4a42414ecf /math/convertall | |
parent | ec6258f64d509220ed6625ade185d57720a309a6 (diff) |
Fix build: USE_PYTHON=2.4+
Noticed by: cluster
Notes
Notes:
svn path=/head/; revision=142228
Diffstat (limited to 'math/convertall')
-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 |