diff options
author | pst <pst@FreeBSD.org> | 1995-10-30 17:32:34 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-10-30 17:32:34 +0000 |
commit | 050bc94a5332e23751993f63bce22f7e31c1f18f (patch) | |
tree | e00a152998575f8272192f1a91ff7e05967e0a34 /editors/Makefile | |
parent | f102cda51971bf0bbe73f9c0b65f45072ae9c735 (diff) | |
download | FreeBSD-ports-050bc94a5332e23751993f63bce22f7e31c1f18f.zip FreeBSD-ports-050bc94a5332e23751993f63bce22f7e31c1f18f.tar.gz |
Add ashe & gnats (ashe=nobuild due to motif)
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index c5e5fcf..6327d9a 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1995/10/02 16:17:08 erich Exp $ +# $Id: Makefile,v 1.22 1995/10/03 11:45:06 asami Exp $ # SUBDIR += axe @@ -14,4 +14,6 @@ SUBDIR += xemacs SUBDIR += xvile + NOBUILD += ashe # requires motif + .include <bsd.port.subdir.mk> |