aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-09-14 01:38:40 +0800
committermezz <mezz@FreeBSD.org>2007-09-14 01:38:40 +0800
commit8121fed195d8a394730b5ce9080191ee2afba3e9 (patch)
treed216fdd3840f43691719d3fcac5d4973b158976a /textproc
parentf258e6d51e3ead5c070989c51d4fee6a6432125f (diff)
downloadfreebsd-ports-gnome-8121fed195d8a394730b5ce9080191ee2afba3e9.tar.gz
freebsd-ports-gnome-8121fed195d8a394730b5ce9080191ee2afba3e9.tar.zst
freebsd-ports-gnome-8121fed195d8a394730b5ce9080191ee2afba3e9.zip
Fix the build with old python.
PR: ports/116256 Reported by: Laurent DAVERIO <daverio@cri.ensmp.fr> Submitted by: Nikola Lecic <nlecic@EUnet.yu>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile
index 3079c2436e12..8c1ef3e11450 100644
--- a/textproc/py-libxml2/Makefile
+++ b/textproc/py-libxml2/Makefile
@@ -23,7 +23,7 @@ USE_PYTHON= yes
CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \
--with-html-dir=${PREFIX}/share/doc \
--with-html-subdir=${PORTNAME} \
- --with-python=${LOCALBASE}
+ --with-python=${PYTHON_CMD}
DOCSDIR= ${PREFIX}/share/doc/py-libxml2
EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2