diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-03 08:15:09 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-03 08:15:09 +0800 |
commit | f505dafb2677b2d53076c02678d1a8c39e50cdc0 (patch) | |
tree | a890284b1057ac9d5204f507c506e9e1710a7aed /x11 | |
parent | 2fd65ad1b1e386e431e1140af21ae7b9104e1a14 (diff) | |
download | freebsd-ports-gnome-f505dafb2677b2d53076c02678d1a8c39e50cdc0.tar.gz freebsd-ports-gnome-f505dafb2677b2d53076c02678d1a8c39e50cdc0.tar.zst freebsd-ports-gnome-f505dafb2677b2d53076c02678d1a8c39e50cdc0.zip |
Put back xlockmore, it built fine when I tried.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index 1cc0720727fe..f132d73b283a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.60 1995/04/24 10:48:35 asami Exp $ +# $Id: Makefile,v 1.61 1995/04/28 21:48:16 gpalmer Exp $ # -# broken (in pst's queue): iv xlockmore +# broken: iv # SUBDIR= XFree86 Xaw3d blt color_xterm ctwm emu fvwm g3view olvwm piewm \ rxvt sxpc tk tkhfs tkman tvtwm xdaliclock xearth xfed xfm \ - xkeycaps xperfmon xphoon xsnow xview-config xview-lib \ + xkeycaps xlockmore xperfmon xphoon xsnow xview-config xview-lib \ xview-clients .include <bsd.port.subdir.mk> |