From a75c607e68e8f32d42b8cc807eb1e3efc2beda51 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 14 Jun 2006 17:01:08 +0000 Subject: 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. --- net/couriertcpd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net') 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 -- cgit v1.2.3