diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
commit | 1fd066ebe5841032b558f262491971223207ab4e (patch) | |
tree | cd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/zorba | |
parent | f02187f4dd810e514f03fcdd1e92f21418846d75 (diff) | |
download | ports-1fd066ebe5841032b558f262491971223207ab4e.tar.gz ports-1fd066ebe5841032b558f262491971223207ab4e.zip |
Notes
Diffstat (limited to 'textproc/zorba')
-rw-r--r-- | textproc/zorba/Makefile | 2 |
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}\///} |