summaryrefslogtreecommitdiff
path: root/mail/exim3/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-02-13 23:20:32 +0000
committerjoerg <joerg@pkgsrc.org>2006-02-13 23:20:32 +0000
commite9bec00a5b122194069adbd2643f35e55cfea947 (patch)
treeb3568c5c35e5d0e57c6e06c1ab018606ec9f914e /mail/exim3/Makefile
parent03bb2f7deb113a99808157dd205b91fddde2e385 (diff)
downloadpkgsrc-e9bec00a5b122194069adbd2643f35e55cfea947.tar.gz
Don't use shiped PCRE version, since it is very old and most likely
vulnerable. Bump revision.
Diffstat (limited to 'mail/exim3/Makefile')
-rw-r--r--mail/exim3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/exim3/Makefile b/mail/exim3/Makefile
index 3c7c2285ba0..4ff46c8c2a4 100644
--- a/mail/exim3/Makefile
+++ b/mail/exim3/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2006/01/21 00:22:58 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2006/02/13 23:20:32 joerg Exp $
DISTNAME= exim-3.36
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \
http://public.planetmirror.com.au/pub/exim/exim3/
@@ -100,4 +100,5 @@ post-install:
${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EGDIR}
${CP} ${FILESDIR}/exim.8 ${PREFIX}/man/man8/exim.8
+.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"