diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-12-12 11:02:44 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-12-12 11:02:44 +0000 |
commit | 12b32c00e373fe83cfb97a84ddb7dc35200e097c (patch) | |
tree | 1dbee3762a21f4ca5ab8b49ba2d3e622bd96e004 /games/flightgear/Makefile | |
parent | 41f4d427923ddd6b84553f8cebe9c9f3dceec3b7 (diff) |
Notes
Diffstat (limited to 'games/flightgear/Makefile')
-rw-r--r-- | games/flightgear/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index bb88ca3eb24f..02f07cb7670b 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= flightgear -PORTVERSION= 2018.2.2 -PORTREVISION= 3 +PORTVERSION= 2018.3.1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} @@ -49,6 +48,6 @@ DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF QT5_CMAKE_ON= -DENABLE_QT:BOOL=ON QT5_CMAKE_OFF= -DENABLE_QT:BOOL=OFF QT5_USES= qt:5 -QT5_USE= QT=core,buildtools,gui,declarative,network,qmake,widgets +QT5_USE= QT=core,buildtools,gui,declarative,network,qmake,widgets,svg .include <bsd.port.mk> |