diff options
author | asami <asami@FreeBSD.org> | 1996-12-03 18:51:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-03 18:51:00 +0800 |
commit | fe362b0ed9a83914e67e8f86f3a609790e6a92ef (patch) | |
tree | 904cbebf1147f0e5e83a4f4a58fbc2c1ed644246 /www/Makefile | |
parent | 8089a83f8cdf9b94f62a777d02e2b7fd9b3f5cd1 (diff) | |
download | freebsd-ports-graphics-fe362b0ed9a83914e67e8f86f3a609790e6a92ef.tar.gz freebsd-ports-graphics-fe362b0ed9a83914e67e8f86f3a609790e6a92ef.tar.zst freebsd-ports-graphics-fe362b0ed9a83914e67e8f86f3a609790e6a92ef.zip |
Remove tkHTML and wwwish, they require ancient versions of tcl/tk and
they themselves are ancient.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/Makefile b/www/Makefile index 1afcb87ca4c..985d715bd2f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1996/11/26 09:10:11 asami Exp $ +# $Id: Makefile,v 1.28 1996/12/03 10:43:51 asami Exp $ # SUBDIR += Mosaic # requires Motif @@ -30,13 +30,11 @@ SUBDIR += slang-lynx SUBDIR += squid SUBDIR += squid11 - SUBDIR += tkHTML SUBDIR += w3-msql SUBDIR += w3c_httpd SUBDIR += webcopy SUBDIR += weblint SUBDIR += wn SUBDIR += wwwcount - SUBDIR += wwwish .include <bsd.port.subdir.mk> |