diff options
author | nia <nia@pkgsrc.org> | 2018-10-15 01:49:33 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-10-15 01:49:33 +0000 |
commit | 1c07c04ae86ac7db712df80a0ed28a984a9fa717 (patch) | |
tree | add22f2bfb53df3e0b40982e8b77b509f2e0e6b2 /emulators | |
parent | a9f3d1a728f3cc8895a36b961c1f5efa8d202982 (diff) | |
download | pkgsrc-1c07c04ae86ac7db712df80a0ed28a984a9fa717.tar.gz |
libretro-cap32: use c99.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libretro-cap32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/libretro-cap32/Makefile b/emulators/libretro-cap32/Makefile index 1d8b0569baf..3ffd1ccff77 100644 --- a/emulators/libretro-cap32/Makefile +++ b/emulators/libretro-cap32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/10/13 17:58:08 nia Exp $ +# $NetBSD: Makefile,v 1.2 2018/10/15 01:49:33 nia Exp $ DISTNAME= libretro-cap32-20180827 CATEGORIES= emulators @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v2 EXTRACT_USING= bsdtar USE_TOOLS+= gmake +USE_LANGUAGES= c99 .include "../../mk/endian.mk" |