Fix the dependencies.

This commit is contained in:
kevlo 2000-03-28 16:08:26 +00:00
parent ace9d19bb4
commit b672b862ae
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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" "$@"
#