diff options
author | mezz <mezz@FreeBSD.org> | 2007-09-14 01:43:30 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-09-14 01:43:30 +0800 |
commit | 9a8a32643860c3a69806b569c5ed27c1ff280a0b (patch) | |
tree | 691c066cc5ac4ff776fad14e451c76d3cf09c557 /textproc/py-libxslt | |
parent | 8121fed195d8a394730b5ce9080191ee2afba3e9 (diff) | |
download | freebsd-ports-gnome-9a8a32643860c3a69806b569c5ed27c1ff280a0b.tar.gz freebsd-ports-gnome-9a8a32643860c3a69806b569c5ed27c1ff280a0b.tar.zst freebsd-ports-gnome-9a8a32643860c3a69806b569c5ed27c1ff280a0b.zip |
Fix the build with old python before we get similar report with py-libxml2.
Diffstat (limited to 'textproc/py-libxslt')
-rw-r--r-- | textproc/py-libxslt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index 7938718ab86a..1f04e9d99e94 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -21,7 +21,7 @@ USE_GNOME= gnomehack lthack gnometarget libxslt USE_PYTHON= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --with-python=${LOCALBASE} + --with-python=${PYTHON_CMD} DOCSDIR= ${PREFIX}/share/doc/py-libxslt EXAMPLESDIR= ${PREFIX}/share/examples/py-libxslt |