diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-24 18:58:05 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-24 18:58:05 +0800 |
commit | b3c9b30f132c97ed2c504cbcc9ba2df08408d138 (patch) | |
tree | ccc899337eb6fa1b177f031f5067ff29b9e542c6 /dns/samba-nsupdate | |
parent | 50a815ac46d6ebee042487a1cc8048f987cb5757 (diff) | |
download | freebsd-ports-gnome-b3c9b30f132c97ed2c504cbcc9ba2df08408d138.tar.gz freebsd-ports-gnome-b3c9b30f132c97ed2c504cbcc9ba2df08408d138.tar.zst freebsd-ports-gnome-b3c9b30f132c97ed2c504cbcc9ba2df08408d138.zip |
Convert to USES=autoreconf.
Diffstat (limited to 'dns/samba-nsupdate')
-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+= \ |