diff options
author | asami <asami@FreeBSD.org> | 1996-03-18 06:53:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-18 06:53:06 +0800 |
commit | 4e3c1810a7cc0bb1d41df025201252644a307a6b (patch) | |
tree | e95889356a4ac04fe620f7caf7c2d5ead3844fce | |
parent | 36f127dc91550f98513076cf4d05460077c70264 (diff) | |
download | freebsd-ports-gnome-4e3c1810a7cc0bb1d41df025201252644a307a6b.tar.gz freebsd-ports-gnome-4e3c1810a7cc0bb1d41df025201252644a307a6b.tar.zst freebsd-ports-gnome-4e3c1810a7cc0bb1d41df025201252644a307a6b.zip |
Add mapedit.
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 639a0a81fca3..7a8c3978dff4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1996/03/09 14:36:20 asami Exp $ +# $Id: Makefile,v 1.8 1996/03/17 18:41:10 peter Exp $ # RESTRICTED += Mosaic # requires Motif @@ -14,6 +14,7 @@ RESTRICTED += ashe # requires Motif SUBDIR += libwww SUBDIR += linemode SUBDIR += lynx + SUBDIR += mapedit SUBDIR += netscape SUBDIR += netscape2 SUBDIR += tkHTML |