diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-29 22:17:33 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-29 22:17:33 +0000 |
commit | 977b48eee9cdb390bb6532a1440b200418383801 (patch) | |
tree | 931c327d752fc54afa832b621206a329981cbdc0 /x11/Makefile | |
parent | 5ad05fee039a8138ae30fb6c625805d476858502 (diff) | |
download | ports-977b48eee9cdb390bb6532a1440b200418383801.tar.gz ports-977b48eee9cdb390bb6532a1440b200418383801.zip |
Notes
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 7 |
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> |