diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-27 14:56:28 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-27 14:56:28 +0000 |
commit | b46c9afd664b599ab27d3c3c6b57a65dadf2b42f (patch) | |
tree | 0f667b6b27c181bd108ad5cc3abe32eab36234fb | |
parent | fb505f5f0705b43b270cdac4e5d7742bba2589ac (diff) | |
download | freebsd-ports-b46c9afd664b599ab27d3c3c6b57a65dadf2b42f.zip |
Add ghostview and xfig to the SUBDIR list. Bring the list into alphabetical
order again.
-rw-r--r-- | x11/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/Makefile b/x11/Makefile index a4cabca3cfb5..20340200e26a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.30 1994/11/24 21:59:00 asami Exp $ +# $Id: Makefile,v 1.31 1994/11/25 04:49:58 asami Exp $ # -SUBDIR= Xaw3d color_xterm emu fvwm iv ivs jpeg kterm olvwm pcb piewm tk \ - tkhfs xanim xarchie \ - xcdplayer xdvi xearth xgraph xli xlockmore xpm xsnow xtexshell xv \ - ImageMagick ctwm mpeg-lib tiff +SUBDIR= ImageMagick Xaw3d color_xterm ctwm emu fvwm ghostview iv ivs \ + jpeg kterm mpeg-lib olvwm \ + pcb piewm tiff tk tkhfs xanim xarchie \ + xcdplayer xdvi xearth xfig xgraph xli xlockmore xpm xsnow \ + xtexshell xv # # imm & nv depends on tk, so might as well build tk first... |