diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-05 11:46:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-05 11:46:55 +0000 |
commit | ca9c60461cb276ee2afe18260afc8dec97c1b6f8 (patch) | |
tree | 723ef4dd1e7ab15998168c724ba862742907ca7a /devel/simgear | |
parent | fba82b2a968f007c64e260a48433dc7f9e39a3b8 (diff) | |
download | ports-ca9c60461cb276ee2afe18260afc8dec97c1b6f8.tar.gz ports-ca9c60461cb276ee2afe18260afc8dec97c1b6f8.zip |
Notes
Diffstat (limited to 'devel/simgear')
-rw-r--r-- | devel/simgear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index fbaa0103d9a1..29088b3f006a 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -7,7 +7,7 @@ PORTNAME= SimGear PORTVERSION= 1.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MASTER_SITES= ftp://ftp.de.simgear.org/pub/simgear/Source/ \ ftp://ftp.simgear.org/pub/simgear/Source/ @@ -17,7 +17,7 @@ COMMENT= A toolkit for 3D games and simulations BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ boost_thread.4:${PORTSDIR}/devel/boost-libs .if defined(WITH_OSG_DEVEL) |