svn commit: r339590 - head/textproc/catdoc

Pietro Cerutti gahr at FreeBSD.org
Mon Jan 13 11:58:14 UTC 2014


Author: gahr
Date: Mon Jan 13 11:58:14 2014
New Revision: 339590
URL: http://svnweb.freebsd.org/changeset/ports/339590

Log:
  - Convert to USES=tk

Modified:
  head/textproc/catdoc/Makefile

Modified: head/textproc/catdoc/Makefile
==============================================================================
--- head/textproc/catdoc/Makefile	Mon Jan 13 11:54:52 2014	(r339589)
+++ head/textproc/catdoc/Makefile	Mon Jan 13 11:58:14 2014	(r339590)
@@ -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


More information about the svn-ports-all mailing list