diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-01-25 10:21:01 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-01-25 10:21:01 +0000 |
commit | f234761615f8529aaccfa21e36ab5705dc45b91d (patch) | |
tree | 4782d327bb4bd50632012205426aad765d88d7d1 /math/cantor | |
parent | 1a193f8a71d970fe161b9dd9c97de74af5e75812 (diff) | |
download | ports-f234761615f8529aaccfa21e36ab5705dc45b91d.tar.gz ports-f234761615f8529aaccfa21e36ab5705dc45b91d.zip |
Notes
Diffstat (limited to 'math/cantor')
-rw-r--r-- | math/cantor/Makefile | 6 | ||||
-rw-r--r-- | math/cantor/distinfo | 4 | ||||
-rw-r--r-- | math/cantor/pkg-plist | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 30d3c5880b6e..3e26e303b4e0 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) diff --git a/math/cantor/distinfo b/math/cantor/distinfo index 5d527bd1e26a..b8b422374763 100644 --- a/math/cantor/distinfo +++ b/math/cantor/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/cantor-4.7.3.tar.bz2) = 7451843080e2e5f68112e5da7f8b4d08c579a9436d816a4958d7d8253218d73d -SIZE (KDE/cantor-4.7.3.tar.bz2) = 499214 +SHA256 (KDE/cantor-4.7.4.tar.bz2) = 2a1b40275e6360142154449406bebf5da4a1cbfd104447d25c6218ba9204f571 +SIZE (KDE/cantor-4.7.4.tar.bz2) = 500119 diff --git a/math/cantor/pkg-plist b/math/cantor/pkg-plist index 498da72cedf5..62e9bd62ba2e 100644 --- a/math/cantor/pkg-plist +++ b/math/cantor/pkg-plist @@ -25,6 +25,7 @@ lib/kde4/cantor_eigenvectorsassistant.so lib/kde4/cantor_helppanelplugin.so lib/kde4/cantor_integrateassistant.so lib/kde4/cantor_invertmatrixassistant.so +%%KALGEBRA%%lib/kde4/cantor_kalgebrabackend.so lib/kde4/cantor_maximabackend.so lib/kde4/cantor_nullbackend.so lib/kde4/cantor_octavebackend.so @@ -93,6 +94,7 @@ share/kde4/services/cantor/eigenvectorsassistant.desktop share/kde4/services/cantor/helppanelplugin.desktop share/kde4/services/cantor/integrateassistant.desktop share/kde4/services/cantor/invertmatrixassistant.desktop +%%KALGEBRA%%share/kde4/services/cantor/kalgebrabackend.desktop share/kde4/services/cantor/maximabackend.desktop share/kde4/services/cantor/nullbackend.desktop share/kde4/services/cantor/octavebackend.desktop |