diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-04-26 00:47:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-04-26 00:47:48 +0000 |
commit | eb22aa0d9c59142a4264f5cb822f05e830649ce7 (patch) | |
tree | 69397c751649ac4cf29b2bf3d45bb764d29f4b36 /games/fgrun | |
parent | b93b137c4c230b40c450882a21d3d74a563637c7 (diff) | |
download | ports-eb22aa0d9c59142a4264f5cb822f05e830649ce7.tar.gz ports-eb22aa0d9c59142a4264f5cb822f05e830649ce7.zip |
Notes
Diffstat (limited to 'games/fgrun')
-rw-r--r-- | games/fgrun/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile index c300490d290a..118a2307ebd0 100644 --- a/games/fgrun/Makefile +++ b/games/fgrun/Makefile @@ -7,24 +7,20 @@ PORTNAME= fgrun PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF MAINTAINER= buganini@gmail.com COMMENT= A graphical frontend to run FlightGear Flight Simulator -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \ + osg.80:${PORTSDIR}/graphics/osg BUILD_DEPENDS= simgear>=2.4.0:${PORTSDIR}/devel/simgear \ ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= simgear>=2.4.0:${PORTSDIR}/devel/simgear \ fgfs:${PORTSDIR}/games/flightgear -.if defined(WITH_OSG_DEVEL) -LIB_DEPENDS+= osg.59:${PORTSDIR}/graphics/osg-devel -.else -LIB_DEPENDS+= osg.55:${PORTSDIR}/graphics/osg -.endif - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost="${LOCALBASE}" USE_GMAKE= yes |