summaryrefslogtreecommitdiff
path: root/audio/xmp
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-11-22 17:17:07 +0000
committernia <nia@pkgsrc.org>2019-11-22 17:17:07 +0000
commit8861e8393ed5c3d2613f3bd4ddf9775b73e67c29 (patch)
tree3a5c2add656d37d885b5a217e80c68150c00674e /audio/xmp
parent2dfc49566b2288de236ff6b3b7bb21e6689bf7da (diff)
downloadpkgsrc-8861e8393ed5c3d2613f3bd4ddf9775b73e67c29.tar.gz
xmp: Spell Solarish like "SunOS", not "Solaris"
Diffstat (limited to 'audio/xmp')
-rw-r--r--audio/xmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index c98c2b7869a..31002f43a05 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/11/21 23:59:06 nia Exp $
+# $NetBSD: Makefile,v 1.55 2019/11/22 17:17:07 nia Exp $
DISTNAME= xmp-4.1.0
CATEGORIES= audio
@@ -24,7 +24,7 @@ INSTALL_MAKE_FLAGS+= INSTALL=${INSTALL:Q}
# NetBSD and Solaris have their own drivers.
.if ${OPSYS} != "NetBSD" && \
- ${OPSYS} != "Solaris" && \
+ ${OPSYS} != "SunOS" && \
${OSS_TYPE} != "none"
LIBS+= ${LIBOSSAUDIO}
CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""