diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-05-03 09:01:01 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-05-03 09:01:01 +0000 |
commit | dab9b32c362db481a25c917d349c7b7d7fb42ca5 (patch) | |
tree | 0b9dbbf6ae8466ba8888d6464c01b4ff1c7e5ba5 /print | |
parent | Remove locale directories upon deinstallation. (diff) |
Comment out dependencies to tcl76/tk42 -- making it FORBIDDEN is not enough
since it will still kill the INDEX build due to missing dependencies.
Notes
Notes:
svn path=/head/; revision=28276
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 9230ef6ef3b4..09accddf7c6f 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= |