svn commit: r328925 - head/devel/sml_tk

Pietro Cerutti gahr at FreeBSD.org
Tue Oct 1 07:01:45 UTC 2013


Author: gahr
Date: Tue Oct  1 07:01:44 2013
New Revision: 328925
URL: http://svnweb.freebsd.org/changeset/ports/328925

Log:
  - Convert to USES+=tk

Modified:
  head/devel/sml_tk/Makefile

Modified: head/devel/sml_tk/Makefile
==============================================================================
--- head/devel/sml_tk/Makefile	Tue Oct  1 06:58:44 2013	(r328924)
+++ head/devel/sml_tk/Makefile	Tue Oct  1 07:01:44 2013	(r328925)
@@ -11,7 +11,7 @@ DISTNAME=	smltk
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Typed and abstract Standard ML interface to Tcl/Tk
 
-USE_TK_WRAPPER=	yes
+USES+=		tk:wrapper
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	SMLNJDEVEL POLYML


More information about the svn-ports-all mailing list