diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-28 19:10:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-28 19:10:52 +0000 |
commit | 3eb821bea543b0ec2d2dad1c41a79a42def4a895 (patch) | |
tree | 9315aea7dbef734a3eefd08a1e59a6a1b1803a9f /audio | |
parent | bec918bf2c9d0e2bd6a7d87f902fff51e50c2aaa (diff) | |
download | ports-3eb821bea543b0ec2d2dad1c41a79a42def4a895.tar.gz ports-3eb821bea543b0ec2d2dad1c41a79a42def4a895.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile index cf29f3a0682f..f39c21184d80 100644 --- a/audio/sox/Makefile +++ b/audio/sox/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl CONFLICTS= play-[0-9]* GNU_CONFIGURE= yes -USES= pkgconfig libtool +USES= autoreconf pkgconfig libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal autoconf automake OPTIONS_DEFINE= ALSA AO AMRNB AMRWB FFMPEG FLAC GSM ID3TAG LADSPA LAME \ MAD PNG PULSEAUDIO SNDFILE VORBIS WAVPACK |