diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-01-08 02:16:48 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:20:22 +0800 |
commit | 66317f9f2d816e2e000f4a54d7939adc1ae35651 (patch) | |
tree | 19ed9eba3b2de4d43cea4137810e35957639cb1d /games | |
parent | cc41264d8f39f22788c4c7dd431eeaa768ca7159 (diff) | |
download | freebsd-ports-gnome-66317f9f2d816e2e000f4a54d7939adc1ae35651.tar.gz freebsd-ports-gnome-66317f9f2d816e2e000f4a54d7939adc1ae35651.tar.zst freebsd-ports-gnome-66317f9f2d816e2e000f4a54d7939adc1ae35651.zip |
games/bovo, fix build with clang6
PR: 224945
Diffstat (limited to 'games')
-rw-r--r-- | games/bovo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/bovo/Makefile b/games/bovo/Makefile index f85581f757f0..e4c616836875 100644 --- a/games/bovo/Makefile +++ b/games/bovo/Makefile @@ -2,7 +2,7 @@ PORTNAME= bovo PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org @@ -11,6 +11,7 @@ COMMENT= ${${PORTNAME}_DESC} USES= cmake:outsource kde:4 tar:xz USE_KDE= kdelibs libkdegames automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build +USE_CXXSTD= gnu++98 .include <${.CURDIR}/../kdegames4/Makefile.common> .include <bsd.port.mk> |