FreeBSD tdeedu: Switch to Python 3.9.

Add dependency on math/ocaml-num.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/158/head
Slávek Banko 2 years ago
parent b0879a4806
commit acdf547ed3
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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 \

Loading…
Cancel
Save