diff options
author | asami <asami@FreeBSD.org> | 1996-03-07 11:54:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-07 11:54:24 +0800 |
commit | 8ee5bfa17f0bb207599ff9ac4878f84ca94e2887 (patch) | |
tree | 7fd29d102725548f5375f05e9e6a7e0540072ac1 | |
parent | 12268933a26cec1c79d4096474d5b9dc6f63dbf2 (diff) | |
download | freebsd-ports-gnome-8ee5bfa17f0bb207599ff9ac4878f84ca94e2887.tar.gz freebsd-ports-gnome-8ee5bfa17f0bb207599ff9ac4878f84ca94e2887.tar.zst freebsd-ports-gnome-8ee5bfa17f0bb207599ff9ac4878f84ca94e2887.zip |
Added kaffe.
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index d66e65bc18cd..f67c507cd2ac 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/01/17 05:21:48 asami Exp $ +# $Id: Makefile,v 1.4 1996/03/06 09:30:15 asami Exp $ # RESTRICTED += Mosaic # requires Motif @@ -11,6 +11,7 @@ RESTRICTED += ashe # requires Motif SUBDIR += comline SUBDIR += gn SUBDIR += harvest + SUBDIR += kaffe SUBDIR += lynx SUBDIR += netscape SUBDIR += netscape2 |