diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
commit | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (patch) | |
tree | e1a018208ceade04ca56a70c5184978cac51853e /audio/sox | |
parent | d12f14432cc492205cefb505a3c1320dd0f4e31a (diff) | |
download | ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.tar.gz ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.zip |
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
Notes
Notes:
svn path=/head/; revision=27679
Diffstat (limited to 'audio/sox')
-rw-r--r-- | audio/sox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index c28f15fb2123..986d1f406775 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -18,7 +18,7 @@ MLINKS= play.1 rec.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fast-ulaw --enable-fast-alaw --with-oss-dsp -.if defined(USE_GSM) +.if defined(WITH_GSM) CONFIGURE_ARGS+= --with-gsmlib=${PREFIX}/lib --with-gsminc=${PREFIX}/include LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm .endif |