diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 93736893c75..7e716a5e4b8 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2000/03/27 18:17:31 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2000/03/28 16:08:26 kevlo Exp $ # DISTNAME= xml2rfc @@ -13,8 +13,8 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -RUN_DEPENDS= wish8.0::x11/tk/8.0 \ - ${PREFIX}/lib/tcl8.0/TclXML::textproc/TclXML \ +RUN_DEPENDS= wish8.3::x11/tk/8.3 \ + ${PREFIX}/lib/tcl8.3/TclXML::textproc/TclXML \ NO_BUILD= Yes NO_CONFIGURE= Yes diff --git a/textproc/xml2rfc/patches/patch-aa b/textproc/xml2rfc/patches/patch-aa index 28d4082f34c..a558aba5d24 100644 --- a/textproc/xml2rfc/patches/patch-aa +++ b/textproc/xml2rfc/patches/patch-aa @@ -1,10 +1,10 @@ ---- xml2rfc.tcl.orig Wed Jul 7 20:15:36 1999 -+++ xml2rfc.tcl Sat Jul 17 19:38:59 1999 +--- xml2rfc.tcl.orig Wed Mar 29 12:08:46 2000 ++++ xml2rfc.tcl Wed Mar 29 12:10:57 2000 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish8.0 "$0" "$0" "$@" -+exec wish8.0 "$0" "$@" ++exec wish8.3 "$0" "$@" #