summaryrefslogtreecommitdiff
path: root/emulators/retroarch
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-09-06 08:23:08 +0000
committernia <nia@pkgsrc.org>2018-09-06 08:23:08 +0000
commitb198ea2951efbd275dc92a6907f2b9b5f1048aff (patch)
treed083942e336dd86c7346e4a2dc84592ce4b8ae4c /emulators/retroarch
parent3ff06905da9d315884918dd510964dc85986e3e8 (diff)
downloadpkgsrc-b198ea2951efbd275dc92a6907f2b9b5f1048aff.tar.gz
retroarch/Makefile: Disable discord RPC, and bump PKGREVISION.
Diffstat (limited to 'emulators/retroarch')
-rw-r--r--emulators/retroarch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/retroarch/Makefile b/emulators/retroarch/Makefile
index e0362fa6e28..5ee8e753762 100644
--- a/emulators/retroarch/Makefile
+++ b/emulators/retroarch/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/08/07 16:44:26 nia Exp $
+# $NetBSD: Makefile,v 1.9 2018/09/06 08:23:08 nia Exp $
DISTNAME= retroarch-${RETROARCH_VERSION}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
GITHUB_PROJECT= RetroArch
@@ -20,6 +21,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-builtinminiupnpc
CONFIGURE_ARGS+= --disable-builtinzlib
CONFIGURE_ARGS+= --disable-builtinflac
+CONFIGURE_ARGS+= --disable-discord
CONFIGURE_ENV+= BIN_DIR=${PREFIX}/bin
CONFIGURE_ENV+= MAN_DIR=${PREFIX}/${PKGMANDIR}