diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1994-12-14 21:24:02 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-12-14 21:24:02 +0000 |
commit | e8c3b3e2de091d7e6a8b08ced8270e25bd099fb6 (patch) | |
tree | f883fda699f484174104ef0a7162b72d92659a8a /x11 | |
parent | 647ced5ced4def730159e2787ac3f2552baddc4e (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index 8138c2759f0f..e373c6e5d668 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.34 1994/12/05 22:59:10 gpalmer Exp $ +# $Id: Makefile,v 1.35 1994/12/08 10:22:53 asami Exp $ # SUBDIR= ImageMagick Xaw3d color_xterm ctwm emu fvwm ghostview iv ivs \ jpeg kterm mpeg-lib olvwm \ @@ -7,8 +7,8 @@ SUBDIR= ImageMagick Xaw3d color_xterm ctwm emu fvwm ghostview iv ivs \ xtexshell xv # -# imm & nv depends on tk, so might as well build tk first... +# These depend on tk, so might as well build tk first... # -SUBDIR+= imm nv +SUBDIR+= imm nv blt .include <bsd.port.subdir.mk> |