Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/nestopia nestopia: Remove duplicate USE_LANG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a1211937d21
branches:  trunk
changeset: 431546:0a1211937d21
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 14 17:51:22 2020 +0000

description:
nestopia: Remove duplicate USE_LANGUAGES and now-obsolete EXTRACT_USING

diffstat:

 emulators/nestopia/Makefile        |  3 +--
 emulators/nestopia/Makefile.common |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 5d463e8c0ac4 -r 0a1211937d21 emulators/nestopia/Makefile
--- a/emulators/nestopia/Makefile       Thu May 14 17:45:56 2020 +0000
+++ b/emulators/nestopia/Makefile       Thu May 14 17:51:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/03/10 22:09:47 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2020/05/14 17:51:22 nia Exp $
 
 PKGREVISION= 2
 .include "Makefile.common"
@@ -7,7 +7,6 @@
 HOMEPAGE=      http://0ldsk00l.ca/nestopia/
 COMMENT=       Portable, very accurate NES emulator
 
-USE_LANGUAGES= c c++
 GNU_CONFIGURE= yes
 
 USE_TOOLS+=    autoreconf autoconf automake
diff -r 5d463e8c0ac4 -r 0a1211937d21 emulators/nestopia/Makefile.common
--- a/emulators/nestopia/Makefile.common        Thu May 14 17:45:56 2020 +0000
+++ b/emulators/nestopia/Makefile.common        Thu May 14 17:51:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2020/01/04 12:30:07 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2020/05/14 17:51:22 nia Exp $
 # used by emulators/nestopia/Makefile
 # used by emulators/libretro-nestopia/Makefile
 
@@ -10,7 +10,6 @@
 
 LICENSE=       gnu-gpl-v2
 
-EXTRACT_USING= bsdtar
 USE_LANGUAGES= c c++03
 
 DISTINFO_FILE= ${.CURDIR}/../../emulators/nestopia/distinfo



Home | Main Index | Thread Index | Old Index