Add audio/gsm to LIB_DEPENDS, to let sox always pull in the installed
libgsm instead of building its own version.

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/sox/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile    16 Jan 2009 16:42:56 -0000      1.40
+++ Makefile    5 Apr 2009 12:17:37 -0000
@@ -3,7 +3,7 @@
 COMMENT=       Sound eXchange, the Swiss Army knife of audio manipulation
 
 DISTNAME=      sox-14.2.0
-PKGNAME=       ${DISTNAME}p1
+PKGNAME=       ${DISTNAME}p2
 SHARED_LIBS +=  sox                  0.0      # .0.0
 SHARED_LIBS +=  sfx                  0.0      # .0.0
 CATEGORIES=    audio
@@ -27,7 +27,8 @@ LIB_DEPENDS=  vorbis.>=6,vorbisenc.>=2,vo
                mp3lame.>=2::audio/lame \
                wavpack.>=0::audio/wavpack \
                png.>=8::graphics/png \
-               samplerate.>=2::audio/libsamplerate
+               samplerate.>=2::audio/libsamplerate \
+               gsm.>=1::audio/gsm
 WANTLIB=       c iconv m ogg sndio z
 
 AUTOCONF_VERSION=2.62  # 2.63

Reply via email to