summaryrefslogtreecommitdiffstats
path: root/math/cantor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/cantor/Makefile')
-rw-r--r--math/cantor/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/cantor/Makefile b/math/cantor/Makefile
index 30d3c58..3e26e30 100644
--- a/math/cantor/Makefile
+++ b/math/cantor/Makefile
@@ -35,7 +35,11 @@ OPTIONS= KALGEBRA "KAlgebra backend" on \
.include <bsd.port.options.mk>
.ifndef(WITHOUT_KALGEBRA)
-RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kalgebra:${PORTSDIR}/math/kalgebra
+LIB_DEPENDS+= analitza.5:${PORTSDIR}/math/kalgebra
+PLIST_SUB+= KALGEBRA=""
+.else
+CMAKE_ARGS+= -DWITH_Analitza:BOOL=FALSE
+PLIST_SUB+= KALGEBRA="@comment "
.endif
.ifdef(WITH_MAXIMA)
OpenPOWER on IntegriCloud