diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-14 03:03:20 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-14 03:03:20 +0000 |
commit | b572e1b306effc9976dd190adabcfd25ce96514e (patch) | |
tree | e37797f1085009ced43f8cb0554e272bffe9e40f /mail | |
parent | fe9cdc5d4cfc6145c0071caed5a22327bedcc3d7 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spruce/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 16f15b655f24..5bed43a84ca7 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -3,17 +3,17 @@ # Date created: 05 June 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # -# $Id: Makefile,v 1.5 1999/07/08 05:34:21 cpiazza Exp $ +# $Id: Makefile,v 1.6 1999/07/14 02:41:15 obrien Exp $ # DISTNAME= spruce-0.4.8a CATEGORIES= mail -MASTER_SITES= http://www.xtorshun.org/spruce/ +#main master site unreachable: MASTER_SITES= http://www.xtorshun.org/spruce/ +MASTER_SITES= http://fundy.linuxberg.com/files/x11/network/ \ + ftp://ftp.loxinfo.co.th/pub/unix/mail/ MAINTAINER= cpiazza@FreeBSD.org -BROKEN='single master site is unreachable' - LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GNU_CONFIGURE= yes |