diff options
author | asami <asami@FreeBSD.org> | 1996-07-11 05:19:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-11 05:19:07 +0800 |
commit | 79ac79cfbc5550c4d5c295ba4ee4ea2a63b23561 (patch) | |
tree | 92eb60fc696b07653b92f90e55fd76f3f14b5219 /misc | |
parent | 41a11ca13284ef97a58696b8c6d099e17c52e606 (diff) | |
download | freebsd-ports-gnome-79ac79cfbc5550c4d5c295ba4ee4ea2a63b23561.tar.gz freebsd-ports-gnome-79ac79cfbc5550c4d5c295ba4ee4ea2a63b23561.tar.zst freebsd-ports-gnome-79ac79cfbc5550c4d5c295ba4ee4ea2a63b23561.zip |
Added xcalendar.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 036a6e6f83be..69119917e31e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.77 1996/05/06 13:37:24 ache Exp $ +# $Id: Makefile,v 1.78 1996/07/10 10:25:57 asami Exp $ # SUBDIR += amanda @@ -30,5 +30,6 @@ SUBDIR += tkinfo SUBDIR += tkman SUBDIR += trans + SUBDIR += xcalendar .include <bsd.port.subdir.mk> |