freebsd-ports/games/flightgear/files/patch-utils-CMakeLists.txt
Ganael LAPLANCHE 4a37934f8a - Update Simgear and Flightgear ports to 2.12.0
- Enable staging
- Switch to new LIB_DEPENDS format
- Refresh Simgear's pkg-descr
2013-10-30 07:13:02 +00:00

13 lines
314 B
Text

--- utils/CMakeLists.txt.orig 2013-10-01 16:13:22.000000000 +0200
+++ utils/CMakeLists.txt 2013-10-01 16:13:47.000000000 +0200
@@ -29,4 +29,8 @@
if(ENABLE_TERRASYNC)
add_subdirectory(TerraSync)
-endif()
\ No newline at end of file
+endif()
+
+if(ENABLE_JS_SERVER)
+ add_subdirectory(js_server)
+endif()