mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Add forgotten dependencies and USE_LDCONFIG following r509420
PR: 239282 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
This commit is contained in:
parent
60dea511f2
commit
ea57060291
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509432
@ -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}}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user