diff options
author | kleink <kleink@pkgsrc.org> | 2001-10-26 13:41:27 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2001-10-26 13:41:27 +0000 |
commit | 92f6e175577dbf5132b011da59d4d8a35af6c60f (patch) | |
tree | 6bdc60e9b7078e2ab4777ba36143365032b6a43c /databases | |
parent | 4717a88d45cb23302fa08c1ca30900448e377ec9 (diff) | |
download | pkgsrc-92f6e175577dbf5132b011da59d4d8a35af6c60f.tar.gz |
Be explicit about an OpenSSL dependency.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 995d39205d8..c3d35ee66b3 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/10/26 09:04:49 kleink Exp $ +# $NetBSD: Makefile,v 1.30 2001/10/26 13:41:27 kleink Exp $ DISTNAME= openldap-2.0.18 SVR4_PKGNAME= oldap @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --enable-dns CONFIGURE_ARGS+= --enable-cldap CONFIGURE_ARGS+= --enable-passwd CONFIGURE_ARGS+= --enable-shell +CONFIGURE_ARGS+= --with-tls=openssl .include "../../mk/bsd.prefs.mk" @@ -50,4 +51,5 @@ CONFIGURE_ARGS+=--with-kerberos CONFIGURE_ARGS+=--without-kerberos .endif +.include "../../security/openssl/buildlink.mk" .include "../../mk/bsd.pkg.mk" |