summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \