From 910362dc87d24808953c180498734517fa0e2e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 30 Dec 2019 02:02:45 +0100 Subject: FreeBSD: Minor adjustments + tdeedu: use the PY_BOOST to determine dependency on libboost_python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/tdeedu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/freebsd/tdeedu/Makefile b/freebsd/tdeedu/Makefile index 42b5eb77d..052020568 100644 --- a/freebsd/tdeedu/Makefile +++ b/freebsd/tdeedu/Makefile @@ -13,6 +13,7 @@ PORTREVISION= 0 CATEGORIES= x11 misc DIST_SUBDIR= TDE +USES+= python BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libartskde.so:${PORTSDIR}/x11/trinity/tdelibs \ ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/tdelibs \ @@ -27,9 +28,9 @@ BUILD_DEPENDS+=\ LIB_DEPENDS+= \ libasound.so:${PORTSDIR}/audio/alsa-lib \ - libboost_system.so:${PORTSDIR}/devel/boost-libs \ - libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ libogg.so:${PORTSDIR}/audio/libogg \ + libboost_system.so:${PORTSDIR}/devel/boost-libs \ + ${PY_BOOST} # Build post-patch: tde-pathfix -- cgit v1.2.1