diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 13:38:41 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-28 13:38:41 +0000 |
commit | 81faedf82630bb725e6420dccc0f1d29e0280942 (patch) | |
tree | 6b3ec3289634f55bb583f12bcbf68a04a8ccaef3 /mail/bbmail/Makefile | |
parent | 0d731daf26f42272f5017a8ed13501bc198f0e02 (diff) |
Notes
Diffstat (limited to 'mail/bbmail/Makefile')
-rw-r--r-- | mail/bbmail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index 1a45df5d0533..7d36b1ea3aae 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -6,14 +6,13 @@ # PORTNAME= bbmail -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.8 CATEGORIES= mail -MASTER_SITES= http://bbtools.windsofstorm.net/sources/ \ - ftp://stokes.tte.ele.tue.nl/pub/bbmail/ +MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ MAINTAINER= patseal@hyperhost.net +USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_XLIB= yes .include <bsd.port.mk> |