diff options
author | nia <nia@pkgsrc.org> | 2020-03-16 10:10:59 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-16 10:10:59 +0000 |
commit | 375742eb3ae31e81f62873180fac5d5aeda5f2bb (patch) | |
tree | d7a0d35a6af95177018679aed4a9f54a806b4661 /games | |
parent | fff0c299e8ae78cdb7cc784cdb375c6b154a5d57 (diff) | |
download | pkgsrc-375742eb3ae31e81f62873180fac5d5aeda5f2bb.tar.gz |
fallingtime: Use c99
Diffstat (limited to 'games')
-rw-r--r-- | games/fallingtime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fallingtime/Makefile b/games/fallingtime/Makefile index 4c83bcc8e1b..a9032fdec45 100644 --- a/games/fallingtime/Makefile +++ b/games/fallingtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/03/08 16:49:36 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2020/03/16 10:10:59 nia Exp $ DISTNAME= fallingtime-1.0.2 PKGREVISION= 1 @@ -15,7 +15,7 @@ EXTRACT_USING= bsdtar WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG} USE_CMAKE= yes USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++ +USE_LANGUAGES= c99 c++ CMAKE_ARGS+= -DINSTALL_PREFIX=${PREFIX}/libexec CMAKE_ARGS+= -DINSTALL_DATA_PREFIX=${PREFIX}/share/fallingtime |