summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-12-14 21:24:02 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-12-14 21:24:02 +0000
commite8c3b3e2de091d7e6a8b08ced8270e25bd099fb6 (patch)
treef883fda699f484174104ef0a7162b72d92659a8a /x11
parentPort of BLT version 1.7 (diff)
Add blt.
Notes
Notes: svn path=/head/; revision=571
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile6
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>