summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorgrant <grant>2004-12-16 04:48:25 +0000
committergrant <grant>2004-12-16 04:48:25 +0000
commit2e7da0d86e84e3818525bd667431da1593aa4bd8 (patch)
treed0dbf7ac8fbfb2d2b0cd233a7d784c99aad48524 /mail/exim
parentf07faaad789d99ccc4c18dc236dc115c5d203833 (diff)
downloadpkgsrc-2e7da0d86e84e3818525bd667431da1593aa4bd8.tar.gz
expose hidden dependency on tcp_wrappers. fixes build on Solaris.
bump PKGREVISION for dependency change.
Diffstat (limited to 'mail/exim')
-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"