aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2023-09-28 17:35:05 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2023-09-28 17:35:05 +0000
commit795c1cc720436261b76b2127a43483e668b21564 (patch)
treefb081d4f0ae41b11ecd6c89be08ae40657836d43
parent75ae32cc2bdb6cfe3e3b2446f39ec184363938d9 (diff)
downloadports-795c1cc720436261b76b2127a43483e668b21564.tar.gz
ports-795c1cc720436261b76b2127a43483e668b21564.zip
cad/freecad: drop unused libarea dependency
FreeCAD comes with it's own forked copy of that library for some time now, and upstream for libarea looks abandoned. Reported by: fluffy@
-rw-r--r--cad/freecad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile
index 3ed09b00b327..44a55d2e41dd 100644
--- a/cad/freecad/Makefile
+++ b/cad/freecad/Makefile
@@ -1,5 +1,6 @@
PORTNAME= FreeCAD
DISTVERSION= 0.21.1
+PORTREVISION= 1
CATEGORIES= cad
MAINTAINER= cmt@FreeBSD.org
@@ -28,7 +29,6 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
libTKernel.so:cad/opencascade \
libxerces-c.so:textproc/xerces-c3 \
libboost_thread.so:devel/boost-libs \
- libarea.so:devel/libarea \
libmed.so:french/med \
libshiboken2.cpython-${PYTHON_SUFFIX}${PYTHON_ABIVER}.so:devel/shiboken2@${PY_FLAVOR} \
libhdf5.so:science/hdf5