diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 19:28:04 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-24 19:28:04 +0000 |
commit | ac78a10a0daef8e685de7c5c850944e0fb607b05 (patch) | |
tree | 57d137993361f609023892624e84e3003b877c9b /audio/sox | |
parent | 73c14cc1b78911d9931106c0e7274a157f18f018 (diff) | |
download | ports-ac78a10a0daef8e685de7c5c850944e0fb607b05.tar.gz ports-ac78a10a0daef8e685de7c5c850944e0fb607b05.zip |
Notes
Diffstat (limited to 'audio/sox')
-rw-r--r-- | audio/sox/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 740e95e0ae89..fa7a23c1d637 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -18,4 +18,9 @@ MLINKS= play.1 rec.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fast-ulaw --enable-fast-alaw --with-oss-dsp +.if defined(USE_GSM) +CONFIGURE_ARGS+= --with-gsmlib=${PREFIX}/lib --with-gsminc=${PREFIX}/include +LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm +.endif + .include <bsd.port.mk> |