diff options
author | pawel <pawel@FreeBSD.org> | 2015-12-14 05:32:07 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-12-14 05:32:07 +0800 |
commit | 4b24dc35a0298934e58447fdc81eb52f587eb9b9 (patch) | |
tree | 7108847309c11e830c5d1d4d64e0b9c91ddfcced /graphics | |
parent | 5572c5cd560d0511704341178df037b6e904fbf8 (diff) | |
download | freebsd-ports-gnome-4b24dc35a0298934e58447fdc81eb52f587eb9b9.tar.gz freebsd-ports-gnome-4b24dc35a0298934e58447fdc81eb52f587eb9b9.tar.zst freebsd-ports-gnome-4b24dc35a0298934e58447fdc81eb52f587eb9b9.zip |
Switch to USES=execinfo
PR: 205299
Submitted by: me
Approved by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cegui/Makefile | 4 |
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= * |