aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-12-09 21:07:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-12-09 21:07:13 +0000
commit4dd43e1d9d65d659a8f4edc773a37de0eb190be1 (patch)
tree677be85d6f469ca92738c3dae6b4aaf35846b03a /games/flightgear/Makefile
parent090f30cce87afcd148848adf7f11579e2ba21e39 (diff)
downloadports-4dd43e1d9d65d659a8f4edc773a37de0eb190be1.tar.gz
ports-4dd43e1d9d65d659a8f4edc773a37de0eb190be1.zip
- Move graphics/osg to graphics/osg34 in preparation for update to 3.6
PR: 230442
Notes
Notes: svn path=/head/; revision=519633
Diffstat (limited to 'games/flightgear/Makefile')
-rw-r--r--games/flightgear/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile
index 0415a2943623..a75e90678a57 100644
--- a/games/flightgear/Makefile
+++ b/games/flightgear/Makefile
@@ -3,6 +3,7 @@
PORTNAME= flightgear
PORTVERSION= 2019.1.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
@@ -15,7 +16,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
libboost_thread.so:devel/boost-libs \
libfltk.so:x11-toolkits/fltk \
libfreetype.so:print/freetype2 \
- libosg.so:graphics/osg \
+ libosg.so:graphics/osg34 \
libspeex.so:audio/speex \
libspeexdsp.so:audio/speexdsp \
libcurl.so:ftp/curl \