diff options
author | grant <grant> | 2004-07-25 04:35:14 +0000 |
---|---|---|
committer | grant <grant> | 2004-07-25 04:35:14 +0000 |
commit | 95cd45009e24daf7b9fdc45243d3e8cf7819d922 (patch) | |
tree | e3c47c2627cf775d87897fc9fc41db26bbd3c985 /security | |
parent | 751c1aac3f6f43c1663d5973e96b2a5847e12f64 (diff) | |
download | pkgsrc-95cd45009e24daf7b9fdc45243d3e8cf7819d922.tar.gz |
expose a hidden dependency on openssl (it is needed all the time, not
only when openldap support is enabled).
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-saslauthd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-saslauthd/Makefile b/security/cyrus-saslauthd/Makefile index a9393a667e0..ee328de2feb 100644 --- a/security/cyrus-saslauthd/Makefile +++ b/security/cyrus-saslauthd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/07/06 22:38:33 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/25 04:35:14 grant Exp $ DISTNAME= cyrus-sasl-2.1.18 PKGNAME= ${DISTNAME:S/sasl/saslauthd/} @@ -42,7 +42,6 @@ CONFIGURE_ARGS+= --with-pam=${BUILDLINK_PREFIX.pam} .if defined(USE_OPENLDAP) && !empty(USE_OPENLDAP:M[Yy][Ee][Ss]) . include "../../databases/openldap/buildlink3.mk" . include "../../security/cyrus-sasl2/buildlink3.mk" -. include "../../security/openssl/buildlink3.mk" BUILDLINK_INCDIRS.cyrus-sasl= include/sasl CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap} CONFIGURE_ARGS+= --with-openssl=${SSLBASE} @@ -87,4 +86,5 @@ post-install: ${PREFIX}/share/doc/cyrus-saslauthd .endif +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |