svn commit: r457256 - head/dns/samba-nsupdate

Tijl Coosemans tijl at FreeBSD.org
Mon Dec 25 20:26:59 UTC 2017


Author: tijl
Date: Mon Dec 25 20:26:58 2017
New Revision: 457256
URL: https://svnweb.freebsd.org/changeset/ports/457256

Log:
  Add missing USES=libtool.
  
  Reported by:	antoine

Modified:
  head/dns/samba-nsupdate/Makefile

Modified: head/dns/samba-nsupdate/Makefile
==============================================================================
--- head/dns/samba-nsupdate/Makefile	Mon Dec 25 20:20:13 2017	(r457255)
+++ head/dns/samba-nsupdate/Makefile	Mon Dec 25 20:26:58 2017	(r457256)
@@ -18,7 +18,7 @@ ISCVERSION=		9.8.6
 
 MAKE_JOBS_UNSAFE=	yes
 
-USES=			autoreconf ssl
+USES=			autoreconf libtool ssl
 GNU_CONFIGURE=		yes
 
 CONFIGURE_ARGS+=	\


More information about the svn-ports-head mailing list