pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/exim expose hidden dependency on tcp_wrappers. fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baa301759554
branches:  trunk
changeset: 485561:baa301759554
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Dec 16 04:48:25 2004 +0000

description:
expose hidden dependency on tcp_wrappers. fixes build on Solaris.

bump PKGREVISION for dependency change.

diffstat:

 mail/exim/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c7f7970c0dd4 -r baa301759554 mail/exim/Makefile.common
--- a/mail/exim/Makefile.common Thu Dec 16 04:36:29 2004 +0000
+++ b/mail/exim/Makefile.common Thu Dec 16 04:48:25 2004 +0000
@@ -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 @@
 MAKE_ENV+=     SSLBASE=${SSLBASE:Q}
 
 EXIM_VERSION=  4.43
-PKGREVISION=   1
+PKGREVISION=   2
 
 EXTRACT_SUFX=  .tar.bz2
 
@@ -94,4 +94,5 @@
 .endif
 
 .include "../../security/openssl/buildlink3.mk"
+.include "../../security/tcp_wrappers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index