diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 13:01:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 13:01:40 +0000 |
commit | 661a3f91f893888899dfb2f03b9ee4645d2bae7d (patch) | |
tree | 4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /math/carve | |
parent | 47ad8ca013b754e0d4c58be53bf2766b82dff920 (diff) |
Notes
Diffstat (limited to 'math/carve')
-rw-r--r-- | math/carve/Makefile | 4 |
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 |