diff options
author | ben <ben@pkgsrc.org> | 2006-09-03 00:26:20 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2006-09-03 00:26:20 +0000 |
commit | 8c2c1d53db9256327ecf2183a54f3f649fe2a847 (patch) | |
tree | 3a30c3b64f8b8de588281b2960ea8aaf1dafa663 /audio/sox | |
parent | b1353c68b476fb2bb76bf5ea1e9c96a4aa2f007c (diff) | |
download | pkgsrc-8c2c1d53db9256327ecf2183a54f3f649fe2a847.tar.gz |
Fix build on Mac OS X.
Diffstat (limited to 'audio/sox')
-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 |