diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2015-06-24 15:57:08 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2015-06-24 15:57:08 +0000 |
commit | 06b786ad3ab82d433faf86a3a2832a29a9f18b1d (patch) | |
tree | ddfcf5a08177110ee10a842ef6837d365e34a2ba /cad/tkgate | |
parent | 4681bf535afb71d0e8d6aa8e47697f0087710c32 (diff) |
- Fix build by adding iconv dependency
Pointyhat to: vsevolod
Notes
Notes:
svn path=/head/; revision=390490
Diffstat (limited to 'cad/tkgate')
-rw-r--r-- | cad/tkgate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 4a7015252330..c67deba79009 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -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 |