summaryrefslogtreecommitdiff
path: root/security/lsh2
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-05-02 11:10:38 +0000
committerdrochner <drochner@pkgsrc.org>2005-05-02 11:10:38 +0000
commit27eeb36dd41cf9fe2a62608a8cb315065320d8e9 (patch)
treea3f72cd4c3823d22d2d19bc620c161b88458ea23 /security/lsh2
parent1af3ed18ce21a028f9761d4812244be283b72e3d (diff)
downloadpkgsrc-27eeb36dd41cf9fe2a62608a8cb315065320d8e9.tar.gz
minor cleanup: disable openssl use (not used at runtime), disable PAM
explicitely so that it os not autodetected on -current
Diffstat (limited to 'security/lsh2')
-rw-r--r--security/lsh2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lsh2/Makefile b/security/lsh2/Makefile
index 03d2a4d5236..7419a2cd6bb 100644
--- a/security/lsh2/Makefile
+++ b/security/lsh2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2005/04/30 12:23:42 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/02 11:10:38 drochner Exp $
#
DISTNAME= lsh-2.0.1
@@ -11,6 +11,7 @@ COMMENT= SSH2 client/server
GNU_CONFIGURE= yes
USE_GNU_TOOLS+= make
+CONFIGURE_ARGS+= --disable-openssl --disable-pam
# man/man8/sftp-server.8
CONFLICTS+= openssh-[0-9]* openssh+gssapi-[0-9]*
@@ -22,5 +23,4 @@ INFO_FILES= lsh.info nettle.info
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/liboop/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"