Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2015 15:57:09 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390490 - head/cad/tkgate
Message-ID:  <201506241557.t5OFv94N024454@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506241557.t5OFv94N024454>