diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-17 21:54:22 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-17 21:54:22 +0000 |
commit | 87f792546a4221b1fccc6edcf302135506817a1a (patch) | |
tree | f1f506b681a61237b8a32d1f1828e2bcf4b90534 /x11 | |
parent | f8d91c8c42b3799c4185293a3a0fa282b293fef6 (diff) | |
download | freebsd-ports-87f792546a4221b1fccc6edcf302135506817a1a.zip |
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 3ad8c830b13e..510f22b9b808 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> |