summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-16 04:48:25 +0000
committergrant <grant@pkgsrc.org>2004-12-16 04:48:25 +0000
commit02a4636cc68d9ee34df1556c59be78e519db5587 (patch)
treed0dbf7ac8fbfb2d2b0cd233a7d784c99aad48524 /mail
parent671be4b15af5fb362cad073d5ead86730a630026 (diff)
downloadpkgsrc-02a4636cc68d9ee34df1556c59be78e519db5587.tar.gz
expose hidden dependency on tcp_wrappers. fixes build on Solaris.
bump PKGREVISION for dependency change.
Diffstat (limited to 'mail')
-rw-r--r--mail/exim/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/exim/Makefile.common b/mail/exim/Makefile.common
index 03dd8bec2cb..60d87862d52 100644
--- a/mail/exim/Makefile.common
+++ b/mail/exim/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2004/11/26 10:16:57 grant Exp $
+# $NetBSD: Makefile.common,v 1.22 2004/12/16 04:48:25 grant Exp $
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -11,7 +11,7 @@ USE_PKGINSTALL= yes
MAKE_ENV+= SSLBASE=${SSLBASE:Q}
EXIM_VERSION= 4.43
-PKGREVISION= 1
+PKGREVISION= 2
EXTRACT_SUFX= .tar.bz2
@@ -94,4 +94,5 @@ post-install:
.endif
.include "../../security/openssl/buildlink3.mk"
+.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"