diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-22 22:00:58 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-22 22:00:58 +0000 |
commit | 0e9aae98e0d662d24b08b519925816eb246ee026 (patch) | |
tree | 0a7521acc2e836376b668c40b642b8a1379a0261 /textproc | |
parent | 3b51666731fa3724dff1b50068a6ce8a52828c99 (diff) | |
download | ports-0e9aae98e0d662d24b08b519925816eb246ee026.tar.gz ports-0e9aae98e0d662d24b08b519925816eb246ee026.zip |
Notes
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} |