From 0e9aae98e0d662d24b08b519925816eb246ee026 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Sat, 22 Dec 2001 22:00:58 +0000 Subject: [PATCH] Add support for x11-toolkits/tk84 PR: 32577 Submitted by: osa@FreeBSD.org.ru --- textproc/catdoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 649557062f40..009981f34f75 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -25,7 +25,7 @@ CFLAGS+= -DLATIN1=1 .include -.for i in 0 1 2 3 +.for i in 0 1 2 3 4 .if exists(${LOCALBASE}/bin/wish8.${i}) CONFIGURE_ARGS= --with-wish=${LOCALBASE}/bin/wish8.${i} RUN_DEPENDS= ${LOCALBASE}/bin/wish8.${i}:${PORTSDIR}/x11-toolkits/tk8${i}