diff options
author | rillig <rillig@pkgsrc.org> | 2019-06-16 22:04:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-06-16 22:04:20 +0000 |
commit | 582ebbb92d2aeba762a557ed818ded60648a2d71 (patch) | |
tree | e2279868275cde6f3d7cc869be9048458370f3fd /games/xboard | |
parent | 39eb8f4e17d1dc7a2539a062482abf994fc17595 (diff) | |
download | pkgsrc-582ebbb92d2aeba762a557ed818ded60648a2d71.tar.gz |
games/xboard: fix OPSYS detection for Solaris
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 010e152a37b..45f13e3f7ca 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -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 |