pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/xboard
Module Name: pkgsrc
Committed By: rillig
Date: Sun Jun 16 22:04:20 UTC 2019
Modified Files:
pkgsrc/games/xboard: Makefile
Log Message:
games/xboard: fix OPSYS detection for Solaris
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/games/xboard/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/xboard/Makefile
diff -u pkgsrc/games/xboard/Makefile:1.55 pkgsrc/games/xboard/Makefile:1.56
--- pkgsrc/games/xboard/Makefile:1.55 Wed Nov 14 22:21:32 2018
+++ pkgsrc/games/xboard/Makefile Sun Jun 16 22:04:20 2019
@@ -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_FILES.engine= xboard.conf
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