svn commit: r387723 - head/x11-toolkits/tile

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 28 11:42:22 UTC 2015


Author: amdmi3
Date: Thu May 28 11:42:21 2015
New Revision: 387723
URL: https://svnweb.freebsd.org/changeset/ports/387723

Log:
  - Switch to USES=autoreconf

Modified:
  head/x11-toolkits/tile/Makefile

Modified: head/x11-toolkits/tile/Makefile
==============================================================================
--- head/x11-toolkits/tile/Makefile	Thu May 28 11:42:13 2015	(r387722)
+++ head/x11-toolkits/tile/Makefile	Thu May 28 11:42:21 2015	(r387723)
@@ -12,8 +12,7 @@ COMMENT=	Themed widget set for Tk
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/license.terms
 
-USES+=		tk
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf tk
 
 GNU_CONFIGURE=	yes
 TKPKG=		${PORTNAME}${PORTVERSION}


More information about the svn-ports-all mailing list