From acdf547ed3b2ccb97a610101b2bd919d40cd3145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 12 Jul 2022 18:23:34 +0200 Subject: FreeBSD tdeedu: Switch to Python 3.9. Add dependency on math/ocaml-num. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/core/tdeedu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'freebsd/core/tdeedu/Makefile') 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 \ -- cgit v1.2.1