aboutsummaryrefslogtreecommitdiffstats
path: root/math/carve
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 21:01:40 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 21:01:40 +0800
commit661a3f91f893888899dfb2f03b9ee4645d2bae7d (patch)
tree4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /math/carve
parent47ad8ca013b754e0d4c58be53bf2766b82dff920 (diff)
downloadfreebsd-ports-gnome-661a3f91f893888899dfb2f03b9ee4645d2bae7d.tar.gz
freebsd-ports-gnome-661a3f91f893888899dfb2f03b9ee4645d2bae7d.tar.zst
freebsd-ports-gnome-661a3f91f893888899dfb2f03b9ee4645d2bae7d.zip
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'math/carve')
-rw-r--r--math/carve/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/carve/Makefile b/math/carve/Makefile
index 4e12f7e0ae3d..f66cab1449b4 100644
--- a/math/carve/Makefile
+++ b/math/carve/Makefile
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gahr@FreeBSD.org
COMMENT= A fast, robust constructive solid geometry library
-LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
OPTIONS_DEFINE= GUI
@@ -28,7 +28,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUI}
-LIB_DEPENDS+= glui:${PORTSDIR}/devel/glui
+LIB_DEPENDS+= libglui.so:${PORTSDIR}/devel/glui
PLIST_SUB+= GUI=""
CMAKE_ARGS+= -DCARVE_WITH_GUI:BOOL=true
.else