diff options
author | tron <tron> | 1999-06-30 00:13:12 +0000 |
---|---|---|
committer | tron <tron> | 1999-06-30 00:13:12 +0000 |
commit | 900f785180d80b24f462d518420c4ea69c525c71 (patch) | |
tree | 9a6daadaba82a90770058bb4efa3e3e1dd033412 /editors | |
parent | 4d1fe7536fd90f04dc18aff70b005797024e83d1 (diff) | |
download | pkgsrc-900f785180d80b24f462d518420c4ea69c525c71.tar.gz |
Enable "xemacs", remove "xemacs20".
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index 5089747f834..77d8788327e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/04/30 15:49:39 tv Exp $ +# $NetBSD: Makefile,v 1.17 1999/06/30 00:13:12 tron Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -28,8 +28,7 @@ SUBDIR += vim SUBDIR += xcoral # SUBDIR += xed -# SUBDIR += xemacs - SUBDIR += xemacs20 + SUBDIR += xemacs SUBDIR += xvile .include "../mk/bsd.pkg.subdir.mk" |