diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-04 08:23:33 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-04 08:23:33 +0800 |
commit | 833240978086c53aab4498e594c190ec02b051f5 (patch) | |
tree | 388eae9787c90a542df075a9ac4bc4e37cfd7219 /games/mahjong | |
parent | f7ba7681db6e441e13445947d8d4c3297edf6e21 (diff) | |
download | freebsd-ports-gnome-833240978086c53aab4498e594c190ec02b051f5.tar.gz freebsd-ports-gnome-833240978086c53aab4498e594c190ec02b051f5.tar.zst freebsd-ports-gnome-833240978086c53aab4498e594c190ec02b051f5.zip |
games/mahjong: fix build on GCC architectures
New glib needs newer GCC.
Diffstat (limited to 'games/mahjong')
-rw-r--r-- | games/mahjong/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mahjong/Makefile b/games/mahjong/Makefile index 8727b1f22e5a..3ceb7dc86fcb 100644 --- a/games/mahjong/Makefile +++ b/games/mahjong/Makefile @@ -12,7 +12,7 @@ COMMENT= Networked Mah Jong program, together with a computer player LICENSE= GPLv2+ -USES= gmake gnome perl5 pkgconfig +USES= compiler:c++11-lang gmake gnome perl5 pkgconfig USE_GNOME= gtk20 USE_PERL5= build MAKE_ENV= CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" PERL="${PERL}" |