diff options
Diffstat (limited to 'games/hex-a-hop/Makefile')
-rw-r--r-- | games/hex-a-hop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile index e3f0ef791a4..2cad9f0f9a5 100644 --- a/games/hex-a-hop/Makefile +++ b/games/hex-a-hop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/04/25 14:22:56 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/18 00:06:17 joerg Exp $ # DISTNAME= hex-a-hop-1.1.0 @@ -12,7 +12,7 @@ COMMENT= Hexagonal tile-based puzzle game LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 LIBS.SunOS+= -liconv |