Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2017 20:26:58 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457256 - head/dns/samba-nsupdate
Message-ID:  <201712252026.vBPKQwG6071444@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+=	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712252026.vBPKQwG6071444>