diff options
author | reg <reg@FreeBSD.org> | 2000-04-17 08:18:05 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-04-17 08:18:05 +0800 |
commit | 8b766534122d71052c9f8e5a0752944edf0450f8 (patch) | |
tree | 255862bd3b0c32802317a9ddc3193fd714753916 /audio/sox/Makefile | |
parent | e0c8ef49d897de0719277097a1e6578f291f493e (diff) | |
download | freebsd-ports-gnome-8b766534122d71052c9f8e5a0752944edf0450f8.tar.gz freebsd-ports-gnome-8b766534122d71052c9f8e5a0752944edf0450f8.tar.zst freebsd-ports-gnome-8b766534122d71052c9f8e5a0752944edf0450f8.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
Diffstat (limited to 'audio/sox/Makefile')
-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 |