Date: Mon, 25 Dec 2017 20:20:14 +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: r457255 - head/net/tclsoap Message-ID: <201712252020.vBPKKEwr067095@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712252020.vBPKKEwr067095>