summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/celt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/celt/Makefile b/audio/celt/Makefile
index 23b39b3f8c2..897d73b3514 100644
--- a/audio/celt/Makefile
+++ b/audio/celt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/09/11 23:59:28 asau Exp $
+# $NetBSD: Makefile,v 1.4 2019/04/20 13:59:07 rillig Exp $
#
DISTNAME= celt-0.11.3
@@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= celt.pc.in
.include "../../mk/bsd.prefs.mk"
.include "../../mk/oss.buildlink3.mk"
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Solaris"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "SunOS"
###
### XXX Remove this definition if DEVSUNAUDIO is placed in default mk.conf.
###