diff options
author | wollman <wollman@FreeBSD.org> | 1994-10-17 21:54:22 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-10-17 21:54:22 +0000 |
commit | 9928a849e05802400ccfaa29146559a51a209a7a (patch) | |
tree | 505e03ac31ec01454cc429605e1b923770a47b04 /x11 | |
parent | 43270e7242cea59e6c63d52cc484b7906c4ae2f8 (diff) | |
download | FreeBSD-ports-9928a849e05802400ccfaa29146559a51a209a7a.zip FreeBSD-ports-9928a849e05802400ccfaa29146559a51a209a7a.tar.gz |
Disable imm for the time being because of questions regarding the source
of the source.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index 3ad8c83..510f22b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.9 1994/10/14 01:07:39 wollman Exp $ +# $Id: Makefile,v 1.10 1994/10/14 01:37:52 wollman Exp $ # SUBDIR= emu fvwm iv ivs tk xarchie xpm # # nv depends on tk, so might as well build tk first... # -SUBDIR+= imm nv +SUBDIR+= nv .include <bsd.port.subdir.mk> |