diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-26 04:26:58 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-12-26 04:26:58 +0800 |
commit | 30dfd7fac40b2c1f3c919f15aa36b84f997439e6 (patch) | |
tree | 47a40c3ca18050b13b6a5f0df5afb88729a8266b | |
parent | 0998284e89e6bc7021e291374e1ef20785cbd491 (diff) | |
download | freebsd-ports-gnome-30dfd7fac40b2c1f3c919f15aa36b84f997439e6.tar.gz freebsd-ports-gnome-30dfd7fac40b2c1f3c919f15aa36b84f997439e6.tar.zst freebsd-ports-gnome-30dfd7fac40b2c1f3c919f15aa36b84f997439e6.zip |
Add missing USES=libtool.
Reported by: antoine
-rw-r--r-- | dns/samba-nsupdate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/samba-nsupdate/Makefile b/dns/samba-nsupdate/Makefile index c3769d4ddaa0..0f1bb4ab195e 100644 --- a/dns/samba-nsupdate/Makefile +++ b/dns/samba-nsupdate/Makefile @@ -18,7 +18,7 @@ ISCVERSION= 9.8.6 MAKE_JOBS_UNSAFE= yes -USES= autoreconf ssl +USES= autoreconf libtool ssl GNU_CONFIGURE= yes CONFIGURE_ARGS+= \ |