summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-11-02 08:21:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-11-02 08:21:27 +0000
commit40f8e6581f011d7b68468615b8d2e1040d8130d5 (patch)
treeb62e871c79e9ea76e22a63fda4b3637afaf0b21e /editors
parentPut BUILD_DEPENDS before other misc. variables. (diff)
Change ashe from NOBUILD to RESTRICTED, that's what we use elsewhere
for things that require Motif (like Mosaic). Move ashe into alphabetically correct position.
Notes
Notes: svn path=/head/; revision=2385
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 6327d9ab455e..ce4d59423320 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -1,6 +1,7 @@
-# $Id: Makefile,v 1.22 1995/10/03 11:45:06 asami Exp $
+# $Id: Makefile,v 1.23 1995/10/30 17:32:34 pst Exp $
#
+RESTRICTED += ashe # requires motif
SUBDIR += axe
SUBDIR += e93
SUBDIR += emacs
@@ -14,6 +15,4 @@
SUBDIR += xemacs
SUBDIR += xvile
- NOBUILD += ashe # requires motif
-
.include <bsd.port.subdir.mk>