diff options
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> |