summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-07-12 18:23:34 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-07-12 18:25:32 +0200
commitacdf547ed3b2ccb97a610101b2bd919d40cd3145 (patch)
treee9ba314e2aa83922338de1a8ba86ad72b606d602
parentb0879a48065192e43008784e5fc9a690cdd7c889 (diff)
downloadtde-packaging-acdf547ed3b2ccb97a610101b2bd919d40cd3145.tar.gz
tde-packaging-acdf547ed3b2ccb97a610101b2bd919d40cd3145.zip
FreeBSD tdeedu: Switch to Python 3.9.
Add dependency on math/ocaml-num. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--freebsd/core/tdeedu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/freebsd/core/tdeedu/Makefile b/freebsd/core/tdeedu/Makefile
index b97adf522..16c4da42d 100644
--- a/freebsd/core/tdeedu/Makefile
+++ b/freebsd/core/tdeedu/Makefile
@@ -9,11 +9,11 @@ PORTNAME= tdeedu-trinity
COMMENT= Trinity educational apps
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/${PORTNAME}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11 misc
DIST_SUBDIR= TDE/core
-USES+= python:3.8
+USES+= python:3.9
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartskde.so:${PORTSDIR}/x11/trinity/core/tdelibs \
${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
@@ -25,6 +25,7 @@ BUILD_DEPENDS+=\
doxygen:${PORTSDIR}/devel/doxygen \
ocamlopt:${PORTSDIR}/lang/ocaml \
${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile \
+ ${LOCALBASE}/lib/ocaml/libnums.a:${PORTSDIR}/math/ocaml-num \
LIB_DEPENDS+= \
libasound.so:${PORTSDIR}/audio/alsa-lib \