diff options
author | John Marino <marino@FreeBSD.org> | 2015-07-07 06:35:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-07-07 06:35:35 +0000 |
commit | 5425052e08e0884cc80ed31b6ae293e3c96eb193 (patch) | |
tree | 214819f2bbbd809bbe2d478c41d713ef0dfe6534 /cad | |
parent | 041a8dd21d5972c2cee342ff96db0cb27b767c8c (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/tkgate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index c67deba79009..12c0cb8bfafc 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -2,6 +2,7 @@ PORTNAME= tkgate PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://highsecure.ru/distfiles/ \ http://cdn.bitbucket.org/starling13/tkgate/downloads/ @@ -13,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES+= iconv:build,lib tk:build,run +USES+= iconv:translit tk:build,run post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/scripts/tree.tcl |