diff options
author | asami <asami@FreeBSD.org> | 1995-05-03 08:15:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-03 08:15:09 +0800 |
commit | b56750185c9e1cd18eed2f1004187907ea328e17 (patch) | |
tree | e605fdd974038accf27a71ca4ed0c3fa25cdf26b /x11 | |
parent | 37623dd14f92629977a311a626a9919ed55470df (diff) | |
download | freebsd-ports-gnome-b56750185c9e1cd18eed2f1004187907ea328e17.tar.gz freebsd-ports-gnome-b56750185c9e1cd18eed2f1004187907ea328e17.tar.zst freebsd-ports-gnome-b56750185c9e1cd18eed2f1004187907ea328e17.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> |