diff options
-rw-r--r-- | net/tkicb/Makefile | 6 | ||||
-rw-r--r-- | textproc/catdoc/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/tkicb/Makefile b/net/tkicb/Makefile index 929d2cb5020..df9fa3542e1 100644 --- a/net/tkicb/Makefile +++ b/net/tkicb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/06/29 14:26:37 jwise Exp $ +# $NetBSD: Makefile,v 1.9 2000/08/30 15:51:36 jwise Exp $ # DISTNAME= icb.2.1.4 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.icb.net/ -DEPENDS= tk-8.0.5:../../x11/tk80 +DEPENDS= tk-8.3.2:../../x11/tk USE_X11= yes NO_CONFIGURE= yes @@ -18,7 +18,7 @@ NO_WRKSUBDIR= yes do-build: ${SED} -e 's,/usr/local/lib/icb,${PREFIX}/libdata/tkicb,g' \ - -e 's,wish8\.0,${PREFIX}/bin/wish8.0,g' < ${WRKSRC}/bin/icb \ + -e 's,wish8\.0,${PREFIX}/bin/wish,g' < ${WRKSRC}/bin/icb \ > ${WRKSRC}/bin/tkicb do-install: diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index aa891b1c856..f98d30d3692 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/04/17 10:55:02 jdolecek Exp $ +# $NetBSD: Makefile,v 1.15 2000/08/30 15:51:59 jwise Exp $ # DISTNAME= catdoc-0.91.4 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/contrib/ MAINTAINER= packages@netbsd.org -DEPENDS= tk-[0-9]*:../../x11/tk80 +DEPENDS= tk-8.3.2:../../x11/tk WRKSRC= ${WRKDIR}/catdoc |