diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-04 00:28:48 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-04 00:28:48 +0800 |
commit | 9864019b3608c188293f4406cf244a93dae49d89 (patch) | |
tree | 4572ba096950eff6b8bce9233bba396ae7de506a /x11/Makefile | |
parent | 202c9fbf679f1b421e69712b2015e65f969720c4 (diff) | |
download | freebsd-ports-gnome-9864019b3608c188293f4406cf244a93dae49d89.tar.gz freebsd-ports-gnome-9864019b3608c188293f4406cf244a93dae49d89.tar.zst freebsd-ports-gnome-9864019b3608c188293f4406cf244a93dae49d89.zip |
turn on rclock
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 0dfdaa387a1a..773b5f19f2af 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.125 1997/02/17 09:55:14 tg Exp $ +# $Id: Makefile,v 1.126 1997/03/03 11:25:49 asami Exp $ # SUBDIR += FWF @@ -35,6 +35,7 @@ SUBDIR += piewm SUBDIR += qt SUBDIR += qvwm + SUBDIR += rclock SUBDIR += rxvt SUBDIR += specJava SUBDIR += swisswatch |