diff options
author | asami <asami@FreeBSD.org> | 1997-03-12 07:46:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-12 07:46:03 +0800 |
commit | cfb5623a3a6a35dea1fb56e883695804f50032cd (patch) | |
tree | f96a3b306c999e4544f0b184cd830494d8f41ff4 | |
parent | 14150163f3a0c841499a0649bdb5468f54b465b6 (diff) | |
download | freebsd-ports-gnome-cfb5623a3a6a35dea1fb56e883695804f50032cd.tar.gz freebsd-ports-gnome-cfb5623a3a6a35dea1fb56e883695804f50032cd.tar.zst freebsd-ports-gnome-cfb5623a3a6a35dea1fb56e883695804f50032cd.zip |
Add xtestpicture. I'm not sure if Joerg is going to do it himself or
not, but I don't see him logged in to freefall now and I don't want this
to fall through the cracks.
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 124c3c083558..ae2f74893056 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.127 1997/03/03 16:28:48 obrien Exp $ +# $Id: Makefile,v 1.128 1997/03/06 10:15:57 tg Exp $ # SUBDIR += FWF @@ -71,6 +71,7 @@ SUBDIR += xscreensaver SUBDIR += xsnow SUBDIR += xtacy + SUBDIR += xtestpicture SUBDIR += xview-clients SUBDIR += xview-config SUBDIR += xview-lib |