diff options
-rw-r--r-- | games/openttd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 49db9e9564d..4ea5f10b20c 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2017/06/28 18:18:36 adam Exp $ +# $NetBSD: Makefile,v 1.68 2017/07/19 00:18:05 dholland Exp $ DISTNAME= openttd-1.7.1-source PKGNAME= ${DISTNAME:S/-source//} @@ -12,7 +12,7 @@ COMMENT= Open source clone of Transport Tycoon Deluxe LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++0x USE_TOOLS+= gmake pkg-config BUILD_DEFS+= VARBASE BUILD_TARGET= bundle |