diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-19 08:26:18 +0000 |
commit | bbed9774f919f0f19b7690579fe38620b8ce4bdb (patch) | |
tree | 69487d2b3988dfcb683f0bd83bb0df1605ef0596 /mail/spruce/Makefile | |
parent | 1b30723c7c713b176412d5ab5e43dafab37b917b (diff) |
Notes
Diffstat (limited to 'mail/spruce/Makefile')
-rw-r--r-- | mail/spruce/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 1dc7736d5622..d51b006e398d 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: spruce # Version required: 0.4.5 # Date created: 05 June 1999 -# Whom: Chris Piazza <cpiazza@home.net> +# Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/11 08:29:14 taoka Exp $ # DISTNAME= spruce-0.4.5 CATEGORIES= mail MASTER_SITES= http://www.xtorshun.org/spruce/ -MAINTAINER= cpiazza@home.net +MAINTAINER= cpiazza@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 |