summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/simgear/Makefile5
-rw-r--r--games/flightgear/Makefile1
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile
index 023ca4ed127f..ad76e5abc84b 100644
--- a/devel/simgear/Makefile
+++ b/devel/simgear/Makefile
@@ -15,13 +15,16 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libosg.so:graphics/osg \
- libexpat.so:textproc/expat2
+ libexpat.so:textproc/expat2 \
+ libcurl.so:ftp/curl
USES= alias cmake compiler:c++11-lib cpe gl jpeg openal:al,alut \
tar:bzip2
USE_XORG= ice sm x11 xext xi xmu xt
USE_GL= gl glu glut
+USE_LDCONFIG= yes
+
LDFLAGS_gcc= -losgDB
LDFLAGS+= ${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index 6f4b25c99840..e54b85cc0989 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -21,6 +21,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
libspeexdsp.so:audio/speexdsp \
libcurl.so:ftp/curl \
libudev.so:devel/libudev-devd \
+ libexpat.so:textproc/expat2 \
libSimGearCore.so:devel/simgear
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
${LOCALBASE}/include/linux/input.h:devel/evdev-proto