aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-07-07 06:35:35 +0000
committerJohn Marino <marino@FreeBSD.org>2015-07-07 06:35:35 +0000
commit5425052e08e0884cc80ed31b6ae293e3c96eb193 (patch)
tree214819f2bbbd809bbe2d478c41d713ef0dfe6534 /cad
parent041a8dd21d5972c2cee342ff96db0cb27b767c8c (diff)
downloadports-5425052e08e0884cc80ed31b6ae293e3c96eb193.tar.gz
ports-5425052e08e0884cc80ed31b6ae293e3c96eb193.zip
cad/tkgate: Unbreak FreeBSD 11, Fix depends on rest
This was specified on USES: iconv:build,lib This is incorrect; the way iconv.mk is written, "build" and "lib" are mutually exclusive and "build" takes precedence. This means the library dependency was not registered. Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly because it uses transliteration. Setting USES=iconv:translit fixes both issues. Approved by: Just fix it
Notes
Notes: svn path=/head/; revision=391493
Diffstat (limited to 'cad')
-rw-r--r--cad/tkgate/Makefile3
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