summaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
authorben <ben>2006-09-03 00:26:20 +0000
committerben <ben>2006-09-03 00:26:20 +0000
commit6f882c1b64729291e3f6f14b1b3c416eda39bbde (patch)
tree3a30c3b64f8b8de588281b2960ea8aaf1dafa663 /audio/sox
parente4dc61d8c839261cb0ffa3e62f5665a55f5dec63 (diff)
downloadpkgsrc-6f882c1b64729291e3f6f14b1b3c416eda39bbde.tar.gz
Fix build on Mac OS X.
Diffstat (limited to 'audio/sox')
-rw-r--r--audio/sox/Makefile4
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