diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-23 18:14:56 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-23 18:14:56 +0800 |
commit | 317d7e273a3414a35bc20562f4f469892e783a46 (patch) | |
tree | 6d643ab8d26b6510d089790e65f112847599e60d /x11 | |
parent | fa329f37a38d411787635d711b8657867b558d90 (diff) | |
download | freebsd-ports-gnome-317d7e273a3414a35bc20562f4f469892e783a46.tar.gz freebsd-ports-gnome-317d7e273a3414a35bc20562f4f469892e783a46.tar.zst freebsd-ports-gnome-317d7e273a3414a35bc20562f4f469892e783a46.zip |
Remove ghostview from the Makefile - it's broken with some mysterious
missing header file (ps.h) and I haven't time to try and figure out why.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Makefile b/x11/Makefile index e32b337be772..da6c4b95d2c2 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.26 1994/11/20 20:44:50 ats Exp $ +# $Id: Makefile,v 1.27 1994/11/23 00:04:24 asami Exp $ # -SUBDIR= Xaw3d color_xterm emu fvwm ghostview iv ivs jpeg kterm olvwm pcb tk \ +SUBDIR= Xaw3d color_xterm emu fvwm iv ivs jpeg kterm olvwm pcb tk \ tkhfs xanim xarchie \ xcdplayer xdvi xearth xlockmore xpm xsnow xtexshell xv \ ImageMagick ctwm mpeg-lib tiff |