"no_tk" is no more.
OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/expect/Makefile,v
retrieving revision 1.62
diff -u -p -u -p -r1.62 Makefile
--- Makefile 15 May 2013 09:46:28 -0000 1.62
+++ Makefile 25 Jun 2013 14:54:52 -0000
@@ -5,6 +5,7 @@ COMMENT= sophisticated scripter based on
VERSION = 5.45
DISTNAME= expect${VERSION}
PKGNAME = expect-${VERSION}
+REVISION = 0
SHARED_LIBS= expect545 0.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expect/}
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/lang/expect/pkg/DESCR,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 DESCR
--- pkg/DESCR 23 Sep 2003 23:08:44 -0000 1.4
+++ pkg/DESCR 25 Jun 2013 14:54:52 -0000
@@ -3,6 +3,3 @@ interactive programs. It is briefly des
It uses pseudo-tty's to control the child processes, so it is not affected
by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc).
-
-Flavors:
- no_tk - Do not build with Tk support.