aboutsummaryrefslogtreecommitdiff
path: root/textproc/zorba
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-11-06 16:06:22 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-11-06 16:06:22 +0000
commit98f89dd6e002c6a76e35b44e124af2083cc64fb2 (patch)
tree9473f167286756458750c541f192a15316075062 /textproc/zorba
parentad83759c12b7ba20ac7433e98ae3c2e83cb36be4 (diff)
downloadports-98f89dd6e002c6a76e35b44e124af2083cc64fb2.tar.gz
ports-98f89dd6e002c6a76e35b44e124af2083cc64fb2.zip
Those non default PYTHON options do not build/stage/package, mark them
BROKEN. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=453628
Diffstat (limited to 'textproc/zorba')
-rw-r--r--textproc/zorba/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile
index 38e7137d2aff..bd7c532f990a 100644
--- a/textproc/zorba/Makefile
+++ b/textproc/zorba/Makefile
@@ -65,6 +65,7 @@ USES+= python
WITH_SWIG= yes
CMAKE_ARGS+= -DPYTHON_SWIG_INSTALL_DIR:FILEPATH=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///}
PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHONPREFIX_SITELIBDIR:S/${PREFIX}\///}
+BROKEN= Does not stage
.endif
.if ${PORT_OPTIONS:MRUBY}