diff options
-rw-r--r-- | audio/sox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |