diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-28 06:01:27 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-28 06:01:27 +0000 |
commit | e88bb5468de5f0469b4a69b1f5679b8238606b2b (patch) | |
tree | f1cb794be4a9b8da14b4044642b6bb799aa82f8e /mail/bbmail/Makefile | |
parent | Update to version 1.24 (diff) |
Update to version 0.6.2
Notes
Notes:
svn path=/head/; revision=22705
Diffstat (limited to 'mail/bbmail/Makefile')
-rw-r--r-- | mail/bbmail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index 326a218b6721..8d7468594407 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: bbmail -# Version required: 0.6.0 +# Version required: 0.6.2 # Date created: May 3 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= bbmail-0.6.0 +DISTNAME= bbmail-0.6.2 CATEGORIES= mail MASTER_SITES= http://bbtools.windsofstorm.net/sources/ \ ftp://stokes.tte.ele.tue.nl/pub/bbmail/ MAINTAINER= cpiazza@FreeBSD.org -GNU_CONFIGURE= YES -USE_XLIB= YES +GNU_CONFIGURE= yes +USE_XLIB= yes .include <bsd.port.mk> |