diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /audio/sox | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) | |
download | ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip |
Notes
Diffstat (limited to 'audio/sox')
-rw-r--r-- | audio/sox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index 81ca6601d00e..b47b5819b2f3 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -13,12 +13,14 @@ COMMENT= SOund eXchange - universal sound sample translator LICENSE= LGPL21 GPLv2 LICENSE_COMB= dual +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl + CONFLICTS= play-[0-9]* GNU_CONFIGURE= yes USES= pkgconfig libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal autoconf automake libltdl +USE_AUTOTOOLS= aclocal autoconf automake OPTIONS_DEFINE= ALSA AO AMRNB AMRWB FFMPEG FLAC GSM ID3TAG LADSPA LAME \ MAD PNG PULSEAUDIO SNDFILE VORBIS WAVPACK |