From 6f882c1b64729291e3f6f14b1b3c416eda39bbde Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 3 Sep 2006 00:26:20 +0000 Subject: Fix build on Mac OS X. --- audio/sox/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/sox') diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 7d9d7e9fe78..f1f23714ed7 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/08/07 23:39:56 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2006/09/03 00:26:20 ben Exp $ DISTNAME= sox-12.18.1 CATEGORIES= audio @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --with-ogg-vorbisinc=${BUILDLINK_PREFIX.libvorbis}/include PLIST_SRC= ${PKGDIR}/PLIST.common -.if ${OPSYS} != "Interix" +.if ${OPSYS} != "Interix" && ${OPSYS} != "Darwin" CONFIGURE_ARGS+= --with-sun-audio PLIST_SRC+= ${PKGDIR}/PLIST.play .endif -- cgit v1.2.3