diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-29 03:07:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-29 03:07:21 +0800 |
commit | dab3490e80e1b482ec2280c718a9aef526f7b46b (patch) | |
tree | fff719d793f9a3a15c94b7a0267fd6c408626bf9 /audio/darkice | |
parent | a9e47cbec63f668939e40608609885136b19f964 (diff) | |
download | freebsd-ports-gnome-dab3490e80e1b482ec2280c718a9aef526f7b46b.tar.gz freebsd-ports-gnome-dab3490e80e1b482ec2280c718a9aef526f7b46b.tar.zst freebsd-ports-gnome-dab3490e80e1b482ec2280c718a9aef526f7b46b.zip |
Convert to USES=autoreconf
Diffstat (limited to 'audio/darkice')
-rw-r--r-- | audio/darkice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 9d8bbd4c5687..a699e3b22c99 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -19,9 +19,8 @@ OPTIONS_DEFAULT= VORBIS AACPLUS_DESC= AAC HEv2 and libsamplerate support -USE_AUTOTOOLS= aclocal automake autoconf -ACLOCAL_ARGS= # none -AUTOMAKE_ARGS= --add-missing --copy --foreign +USES= autoreconf +GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_acx_pthread_config=no CONFIGURE_ARGS= --without-alsa |