diff options
author | jhale <jhale@FreeBSD.org> | 2016-01-07 22:54:03 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-01-07 22:54:03 +0800 |
commit | 5fa8432a33258704c768d3b13c854124911441a9 (patch) | |
tree | 4c39cc3e209fa61d7dc838b0786cec751eee2548 /graphics/cegui | |
parent | b7a10996fd6ae43d0398ae2f92c029d40a70ea8f (diff) | |
download | freebsd-ports-gnome-5fa8432a33258704c768d3b13c854124911441a9.tar.gz freebsd-ports-gnome-5fa8432a33258704c768d3b13c854124911441a9.tar.zst freebsd-ports-gnome-5fa8432a33258704c768d3b13c854124911441a9.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)
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 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= * |