diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-09-13 17:43:30 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-09-13 17:43:30 +0000 |
commit | 0504b2aaf114a4282b4d3f2b4a9541a818c597b4 (patch) | |
tree | a077bc26ebccb96ed1a6839a2a380f8bc077e301 /textproc/py-libxslt | |
parent | 37023ece95ce54d2cfc5a2b691e991d61b518d32 (diff) | |
download | ports-0504b2aaf114a4282b4d3f2b4a9541a818c597b4.tar.gz ports-0504b2aaf114a4282b4d3f2b4a9541a818c597b4.zip |
Notes
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 |