diff options
author | adam <adam> | 2010-06-02 12:53:49 +0000 |
---|---|---|
committer | adam <adam> | 2010-06-02 12:53:49 +0000 |
commit | 69e6e0ef0764f668d9f2de1c9a95a0c9b77d3f67 (patch) | |
tree | 43f861e5ca2050a7a7202bbf4c2c50f614be9c58 /mail/exim/Makefile | |
parent | dabe96eb9a1e03261fe5b262a9e82f6d921b052d (diff) | |
download | pkgsrc-69e6e0ef0764f668d9f2de1c9a95a0c9b77d3f67.tar.gz |
Fix building with db5; revision bump for db4 update
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 09106c572e3..1acc766d9c1 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.100 2010/01/31 21:06:29 heinz Exp $ +# $NetBSD: Makefile,v 1.101 2010/06/02 13:04:04 adam Exp $ DISTNAME= exim-4.71 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/ |