diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-15 12:34:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-02-15 12:34:49 +0000 |
commit | f6e7f26602a0e7b744f2023d058596324ca164e8 (patch) | |
tree | bf19f32ea6808c09829f1a5d7bde66757b0d8790 /graphics/cegui | |
parent | 87573cd4ed13f0339deb204f9319f03445049b61 (diff) |
Notes
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 694ff5a31705..858bd99c9861 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -46,7 +46,7 @@ LUA_CMAKE_ON= -DCEGUI_BUILD_LUA_MODULE=ON -DCEGUI_BUILD_LUA_GENERATOR=ON LUA_CMAKE_OFF= -DCEGUI_BUILD_LUA_MODULE=OFF -DCEGUI_BUILD_LUA_GENERATOR=OFF # this option is not currently used as it doesn't compile (see also CMAKE_ARGS below) PYTHON_USES= python:2.7 -PYTHON_LIB_DEPENDS= libboost_python.so:devel/boost-python-libs +PYTHON_LIB_DEPENDS= ${PY_BOOST} PYTHON_CMAKE_ON= -DCEGUI_BUILD_PYTHON_MODULES=ON PYTHON_CMAKE_OFF= -DCEGUI_BUILD_PYTHON_MODULES=OFF FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi |