summaryrefslogtreecommitdiff
path: root/graphics/cegui
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-12-13 21:32:07 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-12-13 21:32:07 +0000
commit8180836496af92910b2c84055d86e5abb9745c3b (patch)
tree7108847309c11e830c5d1d4d64e0b9c91ddfcced /graphics/cegui
parentFix a bunch of false positive that are fetchable (diff)
Switch to USES=execinfo
PR: 205299 Submitted by: me Approved by: maintainer
Notes
Notes: svn path=/head/; revision=403690
Diffstat (limited to 'graphics/cegui')
-rw-r--r--graphics/cegui/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index 69d1227c531b..ad3797769474 100644
--- a/graphics/cegui/Makefile
+++ b/graphics/cegui/Makefile
@@ -12,14 +12,12 @@ COMMENT= Library providing windowing and widgets for graphics APIs
LICENSE= MIT
-LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
-
WRKSRC= ${WRKDIR}/${DISTNAME:S/2b/2/}
CONFIGURE_ENV+= TOLUA_INC="${LUA_INCDIR}"
CMAKE_ARGS= -DCEGUI_SAMPLES_ENABLED:BOOL=OFF \
-DCEGUI_BUILD_TESTS=OFF
USE_LDCONFIG= yes
-USES= compiler:c++11-lib cmake pathfix pkgconfig tar:bzip2
+USES= compiler:c++11-lib cmake execinfo pathfix pkgconfig tar:bzip2
PORTDOCS= *