diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-19 03:19:44 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-19 03:19:44 +0000 |
commit | c08153dcc3c31ba146afd6c3f561577442f9d5b8 (patch) | |
tree | 813bfb64f3c32daf96a974c47bca6574802ea7c4 /textproc/tkdiff/Makefile | |
parent | Fix dependency. (diff) |
Use default tcl/tk version by USE_TK=yes
PR: ports/145798
Submitted by: Robert Jenssen <robertjenssen at ozemail dot com dot au>
Diffstat (limited to 'textproc/tkdiff/Makefile')
-rw-r--r-- | textproc/tkdiff/Makefile | 6 |
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 |