diff options
-rw-r--r-- | devel/tkdiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/tkdiff/Makefile b/devel/tkdiff/Makefile index 0035d93a831..152720586b7 100644 --- a/devel/tkdiff/Makefile +++ b/devel/tkdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/12/02 02:59:39 sakamoto Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/30 19:27:50 jwise Exp $ # DISTNAME= tkdiff-3.05.tcl.txt @@ -10,7 +10,7 @@ EXTRACT_SUFX= # Nothing MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.ede.com/free/tkdiff/ -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk NO_BUILD= yes NO_CONFIGURE= yes @@ -18,7 +18,7 @@ NO_PATCH= yes CMDNAME= tkdiff3 EXTRACT_CMD= ${CAT} ${DISTDIR}/${DISTNAME} | \ - ${SED} -e 's|^exec wish |exec wish8.0 |' | \ + ${SED} -e 's|^exec wish |exec wish |' | \ ${TR} -d '\015' > ${WRKDIR}/${CMDNAME} do-install: |