From 8121fed195d8a394730b5ce9080191ee2afba3e9 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 13 Sep 2007 17:38:40 +0000 Subject: Fix the build with old python. PR: ports/116256 Reported by: Laurent DAVERIO Submitted by: Nikola Lecic --- textproc/py-libxml2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc') 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 -- cgit