svn commit: r330316 - head/x11-toolkits/tktable

Pietro Cerutti gahr at FreeBSD.org
Mon Oct 14 13:07:40 UTC 2013


Author: gahr
Date: Mon Oct 14 13:07:40 2013
New Revision: 330316
URL: http://svnweb.freebsd.org/changeset/ports/330316

Log:
  - Convert to USES+=tk
  - STAGE-clean

Modified:
  head/x11-toolkits/tktable/Makefile

Modified: head/x11-toolkits/tktable/Makefile
==============================================================================
--- head/x11-toolkits/tktable/Makefile	Mon Oct 14 12:48:14 2013	(r330315)
+++ head/x11-toolkits/tktable/Makefile	Mon Oct 14 13:07:40 2013	(r330316)
@@ -14,14 +14,13 @@ COMMENT=	A table/matrix widget extension
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/license.txt
 
-USE_TK=		84+
+USES+=		tk
 
 GNU_CONFIGURE=	yes
 PORTDOCS=	*
 
 PLIST_SUB=	DISTNAME=${DISTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} \


More information about the svn-ports-all mailing list