diff options
Diffstat (limited to 'cad/tkgate')
-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 |