diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-12-23 06:00:58 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-12-23 06:00:58 +0800 |
commit | d025d59cd22a229d6b05178982e58bc8cb2563b6 (patch) | |
tree | 59fe91983a446ea8ec7512287f90cebdc3117ab8 /textproc | |
parent | d48bbf9596803139062151c7682bb4958544dcd5 (diff) | |
download | freebsd-ports-gnome-d025d59cd22a229d6b05178982e58bc8cb2563b6.tar.gz freebsd-ports-gnome-d025d59cd22a229d6b05178982e58bc8cb2563b6.tar.zst freebsd-ports-gnome-d025d59cd22a229d6b05178982e58bc8cb2563b6.zip |
Add support for x11-toolkits/tk84
PR: 32577
Submitted by: osa@FreeBSD.org.ru
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/catdoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> -.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} |