svn commit: r509432 - in head: devel/simgear games/flightgear
Ganael LAPLANCHE
martymac at FreeBSD.org
Tue Aug 20 16:26:32 UTC 2019
Author: martymac
Date: Tue Aug 20 16:26:31 2019
New Revision: 509432
URL: https://svnweb.freebsd.org/changeset/ports/509432
Log:
Add forgotten dependencies and USE_LDCONFIG following r509420
PR: 239282
Submitted by: Sergei Vyshenski <svysh.fbsd at gmail.com>
Modified:
head/devel/simgear/Makefile
head/games/flightgear/Makefile
Modified: head/devel/simgear/Makefile
==============================================================================
--- head/devel/simgear/Makefile Tue Aug 20 16:22:06 2019 (r509431)
+++ head/devel/simgear/Makefile Tue Aug 20 16:26:31 2019 (r509432)
@@ -15,12 +15,15 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolki
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}}
Modified: head/games/flightgear/Makefile
==============================================================================
--- head/games/flightgear/Makefile Tue Aug 20 16:22:06 2019 (r509431)
+++ head/games/flightgear/Makefile Tue Aug 20 16:26:31 2019 (r509432)
@@ -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
More information about the svn-ports-head
mailing list