diff options
author | asami <asami@FreeBSD.org> | 1995-11-02 16:21:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-02 16:21:27 +0800 |
commit | bfb51fe8753b851323c4825b87cf6d509c206440 (patch) | |
tree | f8398ffa3771efcdab6436e4ec7b88cfb5b4b529 | |
parent | d23fe445f7fb40fdb23c31f74728f335e846c5c0 (diff) | |
download | freebsd-ports-gnome-bfb51fe8753b851323c4825b87cf6d509c206440.tar.gz freebsd-ports-gnome-bfb51fe8753b851323c4825b87cf6d509c206440.tar.zst freebsd-ports-gnome-bfb51fe8753b851323c4825b87cf6d509c206440.zip |
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.
-rw-r--r-- | editors/Makefile | 5 |
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> |