diff options
author | nia <nia@pkgsrc.org> | 2018-08-13 19:48:55 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-08-13 19:48:55 +0000 |
commit | f5abdd5268b98b1e0071e6c4a727c154f3a56ade (patch) | |
tree | 171c8c31c9bd0130fd800fc0c88e2279992dad45 /emulators | |
parent | f65ae74b90bac5971f7fe477063dc996844e555f (diff) | |
download | pkgsrc-f5abdd5268b98b1e0071e6c4a727c154f3a56ade.tar.gz |
libretro-o2em: extract github archive with bsdtar
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libretro-o2em/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/libretro-o2em/Makefile b/emulators/libretro-o2em/Makefile index 5a03d4a1f85..ef45bc2b4de 100644 --- a/emulators/libretro-o2em/Makefile +++ b/emulators/libretro-o2em/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/08/13 18:35:14 nia Exp $ +# $NetBSD: Makefile,v 1.2 2018/08/13 19:48:55 nia Exp $ DISTNAME= libretro-o2em-20180812 CATEGORIES= emulators @@ -10,6 +10,7 @@ HOMEPAGE= https://docs.libretro.com/library/o2em/ COMMENT= Libretro core for Magnavox Odyssey 2 and VideoPac emulation LICENSE= artistic +EXTRACT_USING= bsdtar USE_TOOLS+= gmake MAKE_FLAGS+= GIT_VERSION="-pkgsrc" |