diff options
author | asami <asami@FreeBSD.org> | 1996-04-12 16:27:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-12 16:27:03 +0800 |
commit | 971cc5c6609fde0b57da03e2113ced8c798b3dd3 (patch) | |
tree | a35dc3413a7b4b7c912c8032122a9beaa2be25ec /editors | |
parent | 4dd89c58a2aeaf0a402041989b75e9e5271bfb49 (diff) | |
download | freebsd-ports-graphics-971cc5c6609fde0b57da03e2113ced8c798b3dd3.tar.gz freebsd-ports-graphics-971cc5c6609fde0b57da03e2113ced8c798b3dd3.tar.zst freebsd-ports-graphics-971cc5c6609fde0b57da03e2113ced8c798b3dd3.zip |
Move nedit from RESTRICTED to SUBDIR. Requiring Motif is not bad anymore.
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 1aab1f4072e..0e9af1be392 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1996/03/18 18:56:33 joerg Exp $ +# $Id: Makefile,v 1.28 1996/04/09 11:00:13 asami Exp $ # SUBDIR += axe @@ -8,7 +8,7 @@ SUBDIR += emacs SUBDIR += jove SUBDIR += mule -RESTRICTED += nedit # requires motif + SUBDIR += nedit SUBDIR += uemacs SUBDIR += uzap SUBDIR += vile |