diff options
-rw-r--r-- | games/eboard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 61bd301adf8..cea14ee79c3 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2017/02/12 06:25:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.44 2018/01/26 13:45:45 jperkin Exp $ # DISTNAME= eboard-1.0.4 @@ -17,7 +17,7 @@ HAS_CONFIGURE= yes CONFIGURE_ENV+= PKGMANDIR=${PKGMANDIR} CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --man-prefix=${PREFIX}/${PKGMANDIR} -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_TOOLS+= perl gmake pkg-config CONFIG_SHELL= perl REPLACE_PERL+= configure |