Date: Tue, 20 Aug 2019 16:26:31 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509432 - in head: devel/simgear games/flightgear Message-ID: <201908201626.x7KGQVPJ013083@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908201626.x7KGQVPJ013083>