diff options
author | asami <asami@FreeBSD.org> | 2000-05-03 09:01:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-05-03 09:01:01 +0000 |
commit | 822377eaf85969b7b37ce5e0d5dd596d36e4d225 (patch) | |
tree | 6cc008ffb9f847d0d88a735497aae018e2e6fd87 /print | |
parent | c2f32d7b18bed3b28743511902d7bf734f197b09 (diff) | |
download | FreeBSD-ports-822377eaf85969b7b37ce5e0d5dd596d36e4d225.zip FreeBSD-ports-822377eaf85969b7b37ce5e0d5dd596d36e4d225.tar.gz |
Comment out dependencies to tcl76/tk42 -- making it FORBIDDEN is not enough
since it will still kill the INDEX build due to missing dependencies.
Diffstat (limited to 'print')
-rw-r--r-- | print/gp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gp/Makefile b/print/gp/Makefile index 9230ef6..09accdd 100644 --- a/print/gp/Makefile +++ b/print/gp/Makefile @@ -26,8 +26,8 @@ LANGUAGE?= English .if (${LANGUAGE} == "English") FORBIDDEN= Broken unless someone makes it work with tcl/tk 8.X ALL_TARGET= filters -LIB_DEPENDS= tcl76.1:${PORTSDIR}/lang/tcl76 -RUN_DEPENDS+= ${PREFIX}/bin/wish4.2:${PORTSDIR}/x11-toolkits/tk42 +#LIB_DEPENDS= tcl76.1:${PORTSDIR}/lang/tcl76 +#RUN_DEPENDS+= ${PREFIX}/bin/wish4.2:${PORTSDIR}/x11-toolkits/tk42 LANGEXT= en DOCDIRNAME= Doc DOCEXT= |