diff options
author | wollman <wollman@FreeBSD.org> | 1994-10-18 05:54:22 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-10-18 05:54:22 +0800 |
commit | 9928a849e05802400ccfaa29146559a51a209a7a (patch) | |
tree | 505e03ac31ec01454cc429605e1b923770a47b04 /x11/Makefile | |
parent | 43270e7242cea59e6c63d52cc484b7906c4ae2f8 (diff) | |
download | freebsd-ports-gnome-9928a849e05802400ccfaa29146559a51a209a7a.tar.gz freebsd-ports-gnome-9928a849e05802400ccfaa29146559a51a209a7a.tar.zst freebsd-ports-gnome-9928a849e05802400ccfaa29146559a51a209a7a.zip |
Disable imm for the time being because of questions regarding the source
of the source.
Diffstat (limited to 'x11/Makefile')
-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> |