summaryrefslogtreecommitdiff
path: root/net/couriertcpd
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-14 17:01:08 +0000
committerjlam <jlam>2006-06-14 17:01:08 +0000
commit558c45d0f3fe65857eaef79f15fc1b6e0f419fce (patch)
treeb8066b95ccda28883d106173204e21ea5410fff2 /net/couriertcpd
parent3cba425debe1a1c5f72b9b11a6dfe7713e06ad00 (diff)
downloadpkgsrc-558c45d0f3fe65857eaef79f15fc1b6e0f419fce.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/couriertcpd')
-rw-r--r--net/couriertcpd/Makefile5
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