pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/xboard games/xboard: fix OPSYS detection for Sol...
details: https://anonhg.NetBSD.org/pkgsrc/rev/74f37df961ac
branches: trunk
changeset: 335272:74f37df961ac
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jun 16 22:04:20 2019 +0000
description:
games/xboard: fix OPSYS detection for Solaris
diffstat:
games/xboard/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 8b56e03907db -r 74f37df961ac games/xboard/Makefile
--- a/games/xboard/Makefile Sun Jun 16 22:03:48 2019 +0000
+++ b/games/xboard/Makefile Sun Jun 16 22:04:20 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2018/11/14 22:21:32 kleink Exp $
+# $NetBSD: Makefile,v 1.56 2019/06/16 22:04:20 rillig Exp $
DISTNAME= xboard-4.8.0
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
@@ -35,7 +35,7 @@
SUBST_SED.engine= -e '/ChessProgram / s,fairymax,gnuchess,'
DEPENDS+= gnuchess-[0-9]*:../../games/gnuchess
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "Solaris"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
WAVPLAYER= /usr/bin/audioplay
.elif ${OPSYS} == "OpenBSD"
WAVPLAYER= /usr/bin/aucat -i
Home |
Main Index |
Thread Index |
Old Index