pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/cyrus-saslauthd expose a hidden dependency on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c9a21e348aa3
branches:  trunk
changeset: 478518:c9a21e348aa3
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jul 25 04:35:14 2004 +0000

description:
expose a hidden dependency on openssl (it is needed all the time, not
only when openldap support is enabled).

diffstat:

 security/cyrus-saslauthd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 4a25f4e6b36a -r c9a21e348aa3 security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Sun Jul 25 04:30:09 2004 +0000
+++ b/security/cyrus-saslauthd/Makefile Sun Jul 25 04:35:14 2004 +0000
@@ -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 @@
 .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 @@
                ${PREFIX}/share/doc/cyrus-saslauthd
 .endif
 
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index