diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-29 03:10:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-29 03:10:52 +0800 |
commit | 237fe62b93bf524dd73c3bf0b9d4c27046907269 (patch) | |
tree | 9315aea7dbef734a3eefd08a1e59a6a1b1803a9f /audio | |
parent | 27054ef811b57d7534ea13b0263ce8c18abc07c5 (diff) | |
download | freebsd-ports-gnome-237fe62b93bf524dd73c3bf0b9d4c27046907269.tar.gz freebsd-ports-gnome-237fe62b93bf524dd73c3bf0b9d4c27046907269.tar.zst freebsd-ports-gnome-237fe62b93bf524dd73c3bf0b9d4c27046907269.zip |
convert to USES=autoreconf
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 |