diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-09-13 17:38:40 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-09-13 17:38:40 +0000 |
commit | 37023ece95ce54d2cfc5a2b691e991d61b518d32 (patch) | |
tree | 92c1d9e2d61ac89a35e4bff9970ce26de2d93eb2 /textproc/py-libxml2 | |
parent | a898a042c13edab5242c5e5f404275242ade870e (diff) | |
download | ports-37023ece95ce54d2cfc5a2b691e991d61b518d32.tar.gz ports-37023ece95ce54d2cfc5a2b691e991d61b518d32.zip |
Notes
Diffstat (limited to 'textproc/py-libxml2')
-rw-r--r-- | textproc/py-libxml2/Makefile | 2 |
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 |