summaryrefslogtreecommitdiff
path: root/mail/courier-mta
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-14 17:01:08 +0000
committerjlam <jlam>2006-06-14 17:01:08 +0000
commitac4c91e0e49acab247aec8f61e4fc5769cf4f235 (patch)
treeb8066b95ccda28883d106173204e21ea5410fff2 /mail/courier-mta
parent39e7246c4467e32d043b1706586e6c02416010f9 (diff)
downloadpkgsrc-ac4c91e0e49acab247aec8f61e4fc5769cf4f235.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 'mail/courier-mta')
-rw-r--r--mail/courier-mta/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/courier-mta/Makefile b/mail/courier-mta/Makefile
index 77f591d22fb..698be4eeb98 100644
--- a/mail/courier-mta/Makefile
+++ b/mail/courier-mta/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2006/06/09 22:12:18 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/06/14 17:01:08 jlam Exp $
DISTNAME= courier-${COURIER_VERSION}
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
EXTRACT_SUFX= .tar.bz2
@@ -15,7 +16,7 @@ DEPENDS+= courier-maildir>=${COURIER_VERSION}:../../mail/courier-maildir
DEPENDS+= couriertcpd>=${COURIER_VERSION}:../../net/couriertcpd
DEPENDS+= maildrop>=2.0.2:../../mail/maildrop
-USE_TOOLS+= gmake perl:run
+USE_TOOLS+= gmake openssl:run perl:run
USE_LANGUAGES= c c++
PKGNAME= ${DISTNAME:S/-/-mta-/}
@@ -29,7 +30,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST
USERGROUP_PHASE= configure
-CONFIGURE_ENV+= OPENSSL=${SSLBASE:Q}/bin/openssl
+CONFIGURE_ENV+= OPENSSL=${TOOLS_OPENSSL:Q}
CONFIGURE_ENV+= PROCMAIL=${LOCALBASE:Q}/bin/procmail
CONFIGURE_ARGS+= --datadir=${DATADIR:Q}
@@ -81,7 +82,6 @@ SUBST_STAGE.paths= post-patch
.include "../../lang/perl5/buildlink3.mk"
.include "../../security/courier-authlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
post-extract:
${CP} ${FILESDIR}/mailer.conf ${WRKDIR}/mailer.conf