diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-01-17 19:22:41 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-01-17 19:22:41 +0000 |
commit | a31ac75b65bb73cc90d28dc66267a65c331181f7 (patch) | |
tree | f747c6bfd3209b5acc08571a1ac62a983ef2232a /audio/sox/Makefile | |
parent | feca181014c69743717fa785f2c8c90a07396bce (diff) |
Notes
Diffstat (limited to 'audio/sox/Makefile')
-rw-r--r-- | audio/sox/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 7e34200d620a..07b58c428a1e 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sox -PORTVERSION= 12.17.2 -PORTREVISION= 1 +PORTVERSION= 12.17.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sox @@ -15,22 +14,13 @@ MASTER_SITE_SUBDIR= sox MAINTAINER= dnelson@emsphone.com MAN1= sox.1 play.1 soxexam.1 -MLINKS= play.1 rec.1 +MLINKS= play.1 rec.1 sox.1 soxmix.1 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-fast-ulaw --enable-fast-alaw - -.if defined(WITH_GSM) -CONFIGURE_ARGS+= --with-gsmlib=${LOCALBASE}/lib \ - --with-gsminc=${LOCALBASE}/include -LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm -.else -CONFIGURE_ARGS+= --with-gsminc=no -.endif .if defined(WITH_VORBIS) CONFIGURE_ARGS+= --with-ogg-vorbisinc=${LOCALBASE}/include \ --with-ogg-vorbislib=${LOCALBASE}/lib -LIB_DEPENDS+= vorbis.0:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.1:${PORTSDIR}/audio/libvorbis .else CONFIGURE_ARGS+= --with-ogg-vorbisinc=no .endif |