diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/Makefile b/x11/Makefile index dd26dafd2b26..cccb098ee834 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,16 +1,13 @@ -# $Id: Makefile,v 1.43 1995/01/06 02:32:43 asami Exp $ +# $Id: Makefile,v 1.44 1995/01/06 05:42:02 jkh Exp $ # -SUBDIR= ImageMagick Xaw3d color_xterm ctwm emu fvwm ghostview \ - irsim iv ivs jpeg kterm magic mpeg-lib mpeg_play olvwm pcb \ - piewm povray rxvt tiff tk tkhfs tkman tvtwm x3270 xanim \ - xarchie xcd xcdplayer xdvi xearth xfed xfig xfm xgraph xli \ - xlockmore xpaint xpm xsnow xtexshell \ +SUBDIR= Xaw3d color_xterm ctwm emu fvwm kterm olvwm piewm rxvt tk \ + tkhfs tkman tvtwm x3270 xearth xfed xlockmore xsnow \ xview-config xview-lib xview-clients # # These depend on tk, so might as well build tk first... # (And vic depends on blt.) # -SUBDIR+= imm nv blt vic +SUBDIR+= blt vic .include <bsd.port.subdir.mk> |