From 795c1cc720436261b76b2127a43483e668b21564 Mon Sep 17 00:00:00 2001 From: Christoph Moench-Tegeder Date: Thu, 28 Sep 2023 19:35:05 +0200 Subject: 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@ --- cad/freecad/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3