aboutsummaryrefslogtreecommitdiff
path: root/audio/sox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r--audio/sox/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 2747739b0263..a6da6f55f75e 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -3,18 +3,19 @@
# Date created: 17 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.9 1997/02/04 10:32:34 max Exp $
+# $Id: Makefile,v 1.10 1999/07/18 04:33:20 green Exp $
#
DISTNAME= sox-12.16
CATEGORIES= audio
-MASTER_SITES= http://home.sprynet.com/~cbagwell/
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= apps/sound/convert
MAINTAINER= dnelson@emsphone.com
MAN1= sox.1 play.1
MLINKS= play.1 rec.1
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-fast-ulaw --enable-fast-alaw
+CONFIGURE_ARGS= --enable-fast-ulaw --enable-fast-alaw --with-oss-dsp
.include <bsd.port.mk>