svn commit: r457248 - head/lang/swift

Tijl Coosemans tijl at FreeBSD.org
Mon Dec 25 19:01:10 UTC 2017


Author: tijl
Date: Mon Dec 25 19:01:08 2017
New Revision: 457248
URL: https://svnweb.freebsd.org/changeset/ports/457248

Log:
  Remove USE_AUTOTOOLS.  There's already USES=autoreconf.

Modified:
  head/lang/swift/Makefile

Modified: head/lang/swift/Makefile
==============================================================================
--- head/lang/swift/Makefile	Mon Dec 25 18:47:47 2017	(r457247)
+++ head/lang/swift/Makefile	Mon Dec 25 19:01:08 2017	(r457248)
@@ -40,7 +40,6 @@ GH_SUBDIR=	llvm:llvm clang:clang lldb:lldb cmark:cmark
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USES=		autoreconf:build compiler:c++14-lang libtool localbase:ldflags iconv libedit ninja perl5 pkgconfig sqlite
-USE_AUTOTOOLS=	autoconf:env
 
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list