- Convert to USES=tk

This commit is contained in:
Pietro Cerutti 2014-01-13 11:58:14 +00:00
parent 546cc3de64
commit 12f7e48c0f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339590

View File

@ -33,7 +33,7 @@ CFLAGS+= -DLATIN1=1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MWORDVIEW}
USE_TK= 84+
USES+= tk
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
CONFIGURE_ARGS+= --with-wish=${WISH}
.else