diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-06-21 16:13:26 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-06-21 16:13:26 +0000 |
| commit | 53ba724f5ce99fa0727ce02e47901e31e850c4cd (patch) | |
| tree | 82b03ff9facbc5b352b1a4ed2974ec0e9cfebeaf /games/brikx | |
| parent | 84f6c67cb08877cbbaedd0ceb170d858e829672a (diff) | |
Notes
Diffstat (limited to 'games/brikx')
| -rw-r--r-- | games/brikx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/brikx/Makefile b/games/brikx/Makefile index 2000014a0634..5a212c5b50c3 100644 --- a/games/brikx/Makefile +++ b/games/brikx/Makefile @@ -12,14 +12,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Puzzle game - remove all tiles from the table -USES= compiler:c++11-lang tar:bzip2 +USES= tar:bzip2 GNU_CONFIGURE= yes USE_SDL= sdl mixer image ttf +USE_CXXSTD= c++98 WRKSRC= ${WRKDIR}/${PORTNAME} -CXXFLAGS+= -Wno-reserved-user-defined-literal - PLIST_FILES= bin/${PORTNAME} PORTDATA= * |
