aboutsummaryrefslogtreecommitdiff
path: root/textproc/tkdiff
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2010-04-19 03:19:44 +0000
committerKevin Lo <kevlo@FreeBSD.org>2010-04-19 03:19:44 +0000
commitc08153dcc3c31ba146afd6c3f561577442f9d5b8 (patch)
tree813bfb64f3c32daf96a974c47bca6574802ea7c4 /textproc/tkdiff
parent47cae76c403721c252b49194bf42c66ed2ec9333 (diff)
downloadports-c08153dcc3c31ba146afd6c3f561577442f9d5b8.tar.gz
ports-c08153dcc3c31ba146afd6c3f561577442f9d5b8.zip
Use default tcl/tk version by USE_TK=yes
PR: ports/145798 Submitted by: Robert Jenssen <robertjenssen at ozemail dot com dot au>
Notes
Notes: svn path=/head/; revision=252893
Diffstat (limited to 'textproc/tkdiff')
-rw-r--r--textproc/tkdiff/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile
index 18cfe0e51dfc..5ad20ad2612a 100644
--- a/textproc/tkdiff/Makefile
+++ b/textproc/tkdiff/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tkdiff
PORTVERSION= 4.1.4
+PORTREVISION= 1
CATEGORIES= textproc tk
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-unix
@@ -14,14 +15,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-unix
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A Tk frontend for diff(1)
-RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
-
+USE_TK= yes
NO_BUILD= yes
PLIST_FILES= bin/tkdiff
post-patch:
- @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/tkdiff
+ @${REINPLACE_CMD} -e 's|wish|${WISH}|' ${WRKSRC}/tkdiff
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin