diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-09-22 10:48:28 +0000 |
commit | 3fcd0e41ded1b4e3f014c63e00cf2ee71fa39ad5 (patch) | |
tree | 5ec4d6c8c02d380cf421717b2ce88beceb851e79 /graphics/cegui | |
parent | - Update to 17.3.0 (diff) |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes
Notes:
svn path=/head/; revision=450351
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 68d25b4a9653..a11b4de17554 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -17,7 +17,7 @@ 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 execinfo pkgconfig tar:bzip2 +USES= compiler:c++11-lib cmake pkgconfig tar:bzip2 PORTDOCS= * |