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 | 7580f09efe9cdb1350b9d8c2ee75339678807adc (patch) | |
tree | 3a30c3b64f8b8de588281b2960ea8aaf1dafa663 /audio | |
parent | f146b31eac97961ed030b203fb69db154bdc736f (diff) | |
download | pkgsrc-7580f09efe9cdb1350b9d8c2ee75339678807adc.tar.gz |
Fix build on Mac OS X.
Diffstat (limited to 'audio')
-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 |