diff options
author | asami <asami@FreeBSD.org> | 1996-04-09 19:00:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-09 19:00:13 +0800 |
commit | 9e3b7e9a32662c1e994aecc87d93caca6e3970f6 (patch) | |
tree | 124cea5e634b8bb4678f5c41aa3f2410a3b21a07 /editors/Makefile | |
parent | 87ed34119fcb35ddccff2aaec284ae2ad925004f (diff) | |
download | freebsd-ports-graphics-9e3b7e9a32662c1e994aecc87d93caca6e3970f6.tar.gz freebsd-ports-graphics-9e3b7e9a32662c1e994aecc87d93caca6e3970f6.tar.zst freebsd-ports-graphics-9e3b7e9a32662c1e994aecc87d93caca6e3970f6.zip |
Add nedit as RESTRICTED (requires motif).
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 5f9f67eca49..1aab1f4072e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1995/12/04 09:46:10 asami Exp $ +# $Id: Makefile,v 1.27 1996/03/18 18:56:33 joerg Exp $ # SUBDIR += axe @@ -8,6 +8,7 @@ SUBDIR += emacs SUBDIR += jove SUBDIR += mule +RESTRICTED += nedit # requires motif SUBDIR += uemacs SUBDIR += uzap SUBDIR += vile |