--- fgrun/Makefile 2011-11-08 11:21:34.373870440 +0100 +++ fgrun/Makefile 2011-11-09 16:47:44.796369915 +0100 @@ -6,8 +6,7 @@ # PORTNAME= fgrun -PORTVERSION= 1.5.2 -PORTREVISION= 2 +PORTVERSION= 1.6.0 CATEGORIES= games MASTER_SITES= SF @@ -15,11 +14,10 @@ COMMENT= A graphical frontend to run FlightGear Flight Simulator LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -BUILD_DEPENDS= SimGear>=2.0.0:${PORTSDIR}/devel/simgear \ - plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib -RUN_DEPENDS= SimGear>=2.0.0:${PORTSDIR}/devel/simgear \ - fgfs:${PORTSDIR}/games/flightgear \ - plib>=1.8.5:${PORTSDIR}/x11-toolkits/plib +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 @@ -28,12 +26,13 @@ .endif GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-boost="${LOCALBASE}" USE_GMAKE= yes USE_GL= gl .if defined(WITHOUT_NLS) PLIST_SUB+= NLS="@comment " -CONFIGURE_ARGS= --disable-nls +CONFIGURE_ARGS+= --disable-nls .else USE_GETTEXT= yes PLIST_SUB+= NLS="" --- fgrun/distinfo 2011-11-08 11:21:34.373870440 +0100 +++ fgrun/distinfo 2011-11-08 11:22:55.769871021 +0100 @@ -1,2 +1,2 @@ -SHA256 (fgrun-1.5.2.tar.gz) = 32434caa1b3ecf2046872855da461b8b3d5dc7172760bb6db9ab8777bccc8720 -SIZE (fgrun-1.5.2.tar.gz) = 386102 +SHA256 (fgrun-1.6.0.tar.gz) = 67213a9e66a5e66a73f2f00ff4e3101d41289de3ea08058df6899c958c3abe31 +SIZE (fgrun-1.6.0.tar.gz) = 414876 --- fgrun/files/patch-src-Makefile.in 2011-11-08 11:21:34.373596098 +0100 +++ fgrun/files/patch-src-Makefile.in 2011-11-08 11:22:55.770871030 +0100 @@ -5,7 +5,7 @@ LIBINTL = @LIBINTL@ LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -+LIBS = @LIBS@ -lintl -lfltk ++LIBS = @LIBS@ -lintl -lfltk -lfltk_gl LN_S = @LN_S@ LTLIBICONV = @LTLIBICONV@ LTLIBINTL = @LTLIBINTL@