diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-06 05:42:45 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-06 05:42:45 +0800 |
commit | bb20f1c06fa395bccced4f79b6d4bd8d4b6588df (patch) | |
tree | b52e12f826fdd5eb88a8951a9a1f16f125f054e3 /editors | |
parent | 1cce62c783d8d4779f5ae23d6f97676e765c9361 (diff) | |
download | freebsd-ports-gnome-bb20f1c06fa395bccced4f79b6d4bd8d4b6588df.tar.gz freebsd-ports-gnome-bb20f1c06fa395bccced4f79b6d4bd8d4b6588df.tar.zst freebsd-ports-gnome-bb20f1c06fa395bccced4f79b6d4bd8d4b6588df.zip |
Remove mule, since it depends on Wnn. When Satoshi can figure out how to
make this stop wanting to always build, we can put it back.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index e14ccd1982d1..97224a54e137 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.6 1994/12/25 12:34:20 ats Exp $ +# $Id: Makefile,v 1.7 1995/01/04 07:40:15 jkh Exp $ # -SUBDIR= axe emacs jove mule xemacs +SUBDIR= axe emacs jove xemacs .include <bsd.port.subdir.mk> |