aboutsummaryrefslogtreecommitdiff
path: root/graphics/cegui
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2016-01-07 14:54:03 +0000
committerJason E. Hale <jhale@FreeBSD.org>2016-01-07 14:54:03 +0000
commit42b0bae34ff92cc7167eae163af6202f56373487 (patch)
tree4c39cc3e209fa61d7dc838b0786cec751eee2548 /graphics/cegui
parentf1d6818c9891433fbe34d3a9f196c72c6ccffe99 (diff)
downloadports-42b0bae34ff92cc7167eae163af6202f56373487.tar.gz
ports-42b0bae34ff92cc7167eae163af6202f56373487.zip
Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing. For those ports, I either removed it as they were handling the pkgconfig files differently or I removed patches and substitutions that accomplished the same thing as pathfix. Differential Revision: https://reviews.freebsd.org/D850 Reviewed by: antoine, bapt, tijl Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=405449
Diffstat (limited to 'graphics/cegui')
-rw-r--r--graphics/cegui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index ad3797769474..5b800d484801 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 pathfix pkgconfig tar:bzip2
+USES= compiler:c++11-lib cmake execinfo pkgconfig tar:bzip2
PORTDOCS= *