diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-24 18:58:05 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-24 18:58:05 +0800 |
commit | baa94e34b28b49f27dac11758e42544649377f79 (patch) | |
tree | ccc899337eb6fa1b177f031f5067ff29b9e542c6 /dns | |
parent | 0d9a14e728074b98360a8c3969a61f2d6e72c4ba (diff) | |
download | freebsd-ports-gnome-baa94e34b28b49f27dac11758e42544649377f79.tar.gz freebsd-ports-gnome-baa94e34b28b49f27dac11758e42544649377f79.tar.zst freebsd-ports-gnome-baa94e34b28b49f27dac11758e42544649377f79.zip |
Convert to USES=autoreconf.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/samba-nsupdate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/samba-nsupdate/Makefile b/dns/samba-nsupdate/Makefile index 7e3be75847f9..c3769d4ddaa0 100644 --- a/dns/samba-nsupdate/Makefile +++ b/dns/samba-nsupdate/Makefile @@ -18,8 +18,7 @@ ISCVERSION= 9.8.6 MAKE_JOBS_UNSAFE= yes -USE_AUTOTOOLS= autoconf autoheader -USES= ssl +USES= autoreconf ssl GNU_CONFIGURE= yes CONFIGURE_ARGS+= \ |