svn commit: r457255 - head/net/tclsoap

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


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

Log:
  Remove unneeded USE_AUTOTOOLS.

Modified:
  head/net/tclsoap/Makefile

Modified: head/net/tclsoap/Makefile
==============================================================================
--- head/net/tclsoap/Makefile	Mon Dec 25 20:09:07 2017	(r457254)
+++ head/net/tclsoap/Makefile	Mon Dec 25 20:20:13 2017	(r457255)
@@ -14,8 +14,8 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${LOCALBASE}/lib/TclxmlConfig.sh:devel/tclxml
 
+GNU_CONFIGURE=	yes
 USES=		tcl:wrapper,build
-USE_AUTOTOOLS=	autoconf:autoconf
 WRKSRC=		${WRKDIR}/${PORTNAME}${PORTVERSION}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list