svn commit: r390490 - head/cad/tkgate

Vsevolod Stakhov vsevolod at FreeBSD.org
Wed Jun 24 15:57:09 UTC 2015


Author: vsevolod
Date: Wed Jun 24 15:57:08 2015
New Revision: 390490
URL: https://svnweb.freebsd.org/changeset/ports/390490

Log:
  - Fix build by adding iconv dependency
  
  Pointyhat to:	vsevolod

Modified:
  head/cad/tkgate/Makefile

Modified: head/cad/tkgate/Makefile
==============================================================================
--- head/cad/tkgate/Makefile	Wed Jun 24 15:49:37 2015	(r390489)
+++ head/cad/tkgate/Makefile	Wed Jun 24 15:57:08 2015	(r390490)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USES+=	tk:build,run
+USES+=	iconv:build,lib tk:build,run
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/scripts/tree.tcl


More information about the svn-ports-all mailing list