diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-14 17:01:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-14 17:01:08 +0000 |
commit | b17fa2e470536f1ddf6bd541ac071564be3afbe5 (patch) | |
tree | b8066b95ccda28883d106173204e21ea5410fff2 /net | |
parent | f9ae9acc6e7c6c3dc3979ebc25f27d20a72d0f12 (diff) | |
download | pkgsrc-b17fa2e470536f1ddf6bd541ac071564be3afbe5.tar.gz |
Add a buildlink dependency on openssl to couriertcpd, which needs the
SSL libraries to build couriertls, which encapsulates the logic for
handling SSL connections for Courier services. Drop the dependency
on openssl from both courier-imap and courier-mta, which only need
the "openssl" tool instead. Bump the PKGREVISIONs for all three
packages due to the changed dependencies. Problem noted by Ondrej
Tuma in private email.
Diffstat (limited to 'net')
-rw-r--r-- | net/couriertcpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/couriertcpd/Makefile b/net/couriertcpd/Makefile index 36e39a15f17..8da35ad83b1 100644 --- a/net/couriertcpd/Makefile +++ b/net/couriertcpd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/06/09 22:11:03 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2006/06/14 17:01:08 jlam Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/tcpd-/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 @@ -43,6 +44,8 @@ INSTALLATION_DIRS= bin sbin ${PKGMANDIR}/man1 ${DOCDIR} REQD_DIRS= ${DOCDIR} MAKE_DIRS+= ${VARBASE}/run ${COURIER_STATEDIR} +.include "../../security/openssl/buildlink3.mk" + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpd/couriertcpd \ ${PREFIX}/bin/couriertcpd |