aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/zorba
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-12-07 18:01:36 +0800
committermva <mva@FreeBSD.org>2014-12-07 18:01:36 +0800
commit8b2696fd2ba8d06ddc0432f73ad874b2be141607 (patch)
treecd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/zorba
parent823674ff620dee40988a7c1b848b5d970987fcb7 (diff)
downloadfreebsd-ports-gnome-8b2696fd2ba8d06ddc0432f73ad874b2be141607.tar.gz
freebsd-ports-gnome-8b2696fd2ba8d06ddc0432f73ad874b2be141607.tar.zst
freebsd-ports-gnome-8b2696fd2ba8d06ddc0432f73ad874b2be141607.zip
- Convert textproc/ to USES=python
With hat: python@
Diffstat (limited to 'textproc/zorba')
-rw-r--r--textproc/zorba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile
index eb59c3329300..922784efdc7d 100644
--- a/textproc/zorba/Makefile
+++ b/textproc/zorba/Makefile
@@ -59,7 +59,7 @@ PLIST_SUB+= WITH_PHP="@comment "
.endif
.if ${PORT_OPTIONS:MPYTHON}
-USE_PYTHON= yes
+USES+= python
WITH_SWIG= yes
CMAKE_ARGS+= -DWITH_PYTHON:BOOL=true \
-DPYTHON_SWIG_INSTALL_DIR:FILEPATH=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///}