--- games/flightgear-terragear/Makefile 2019-07-26 22:46:53.088592000 +0200 +++ games/flightgear-terragear/Makefile 2019-08-14 18:18:57.824548000 +0200 @@ -2,7 +2,7 @@ PORTNAME= flightgear-terragear PORTVERSION= 20171007 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MAINTAINER= mike.d.ft402@gmail.com @@ -10,7 +10,7 @@ LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear +BUILD_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.so:devel/simgear LIB_DEPENDS= libCGAL.so:math/cgal \ libgdal.so:graphics/gdal \ libmpfr.so:math/mpfr \ @@ -21,7 +21,7 @@ libboost_date_time.so:devel/boost-libs \ libboost_atomic.so:devel/boost-libs \ libtiff.so:graphics/tiff -RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear +RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.so:devel/simgear USES= cmake compiler:c++11-lang