aboutsummaryrefslogtreecommitdiff
path: root/x11/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-10-29 22:17:33 +0000
committerPaul Traina <pst@FreeBSD.org>1994-10-29 22:17:33 +0000
commit977b48eee9cdb390bb6532a1440b200418383801 (patch)
tree931c327d752fc54afa832b621206a329981cbdc0 /x11/Makefile
parent5ad05fee039a8138ae30fb6c625805d476858502 (diff)
downloadports-977b48eee9cdb390bb6532a1440b200418383801.tar.gz
ports-977b48eee9cdb390bb6532a1440b200418383801.zip
added imm
Notes
Notes: svn path=/head/; revision=291
Diffstat (limited to 'x11/Makefile')
-rw-r--r--x11/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile
index a96f6c1508da..4e22320d54b7 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,10 +1,11 @@
-# $Id: Makefile,v 1.14 1994/10/22 07:40:27 smace Exp $
+# $Id: Makefile,v 1.15 1994/10/25 00:13:36 jkh Exp $
#
SUBDIR= emu fvwm ghostview iv ivs olvwm pcb tk xarchie xcdplayer xdvi \
xpm xtexshell
+
#
-# nv depends on tk, so might as well build tk first...
+# imm & nv depends on tk, so might as well build tk first...
#
-SUBDIR+= nv
+SUBDIR+= imm nv
.include <bsd.port.subdir.mk>