diff options
Diffstat (limited to 'devel/simgear/Makefile')
-rw-r--r-- | devel/simgear/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 865d8bf1b48c..7fb3cce0c57f 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -15,13 +15,12 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libboost_thread.so:${PORTSDIR}/devel/boost-libs \ +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libosg.so:${PORTSDIR}/graphics/osg USE_XORG= ice sm x11 xext xi xt xmu USE_GL= gl glu glut -USES= cmake compiler cpe openal:al,alut tar:bzip2 +USES= cmake compiler cpe jpeg openal:al,alut tar:bzip2 .include <bsd.port.pre.mk> |