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