From 507dbae0c22e643e7e5355eaf7e510e88babbac6 Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 20 Apr 2019 13:59:07 +0000 Subject: audio/celt: fix OPSYS name from Solaris to SunOS --- audio/celt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') 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. ### -- cgit v1.2.3