summaryrefslogtreecommitdiff
path: root/security/lsh/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2011-12-16 12:54:41 +0000
committerdrochner <drochner>2011-12-16 12:54:41 +0000
commita96f965812dfbf6a1f225ddc8aa8903d8d36e517 (patch)
tree04f05a70e71ab77f0a736f6e54ee969d62f3224b /security/lsh/Makefile
parent1a2842ca7a794b3ae082f07ba3d1402f91c862f1 (diff)
downloadpkgsrc-a96f965812dfbf6a1f225ddc8aa8903d8d36e517.tar.gz
-explicitely disable kerberos support to avoid PLIST fluctuations
(seen in bulk build) -fix obvious typo in asm code (fixes i386 build) -don't install nettle library to avoid conflict with pkgsrc/nettle bump PKGREV
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r--security/lsh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index 8ecd0216a31..cb19d5a24f4 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2010/03/24 19:43:28 asau Exp $
+# $NetBSD: Makefile,v 1.20 2011/12/16 12:54:41 drochner Exp $
#
DISTNAME= lsh-2.0.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
ftp://ftp.lysator.liu.se/pub/security/lsh/
@@ -17,7 +17,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake gm4 bash:run
REPLACE_BASH+= src/lcp
-CONFIGURE_ARGS+= --disable-openssl --disable-pam
+CONFIGURE_ARGS+= --disable-openssl --disable-pam --disable-kerberos
INFO_FILES= yes
# lcp test depends on /bin/bash and thus fails, others work