summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-30 02:02:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-30 02:02:45 +0100
commit910362dc87d24808953c180498734517fa0e2e8e (patch)
tree79395f0723d428897635af410b4e7fbaaf918837
parent50de2cb46e8ab4432dc27debaaed3cc1b399576b (diff)
downloadtde-packaging-910362dc87d24808953c180498734517fa0e2e8e.tar.gz
tde-packaging-910362dc87d24808953c180498734517fa0e2e8e.zip
FreeBSD: Minor adjustmentsr14.0.7
+ tdeedu: use the PY_BOOST to determine dependency on libboost_python Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--freebsd/tdeedu/Makefile5
1 files 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