summaryrefslogtreecommitdiff
path: root/security/openssh+gssapi
diff options
context:
space:
mode:
authorjmc <jmc@pkgsrc.org>2003-08-01 03:21:02 +0000
committerjmc <jmc@pkgsrc.org>2003-08-01 03:21:02 +0000
commit6c2c9bec761ba3c5c080f5e49640d9ed66f4b8b0 (patch)
tree3610f50787e402011128b1d4703e6be31c3cb5b8 /security/openssh+gssapi
parentf37bd5fd2fbf807738484048781566fd8d332d7e (diff)
downloadpkgsrc-6c2c9bec761ba3c5c080f5e49640d9ed66f4b8b0.tar.gz
This needs to define KERBEROS or the section which adds the right libraries
never gets included and nothing links.
Diffstat (limited to 'security/openssh+gssapi')
-rw-r--r--security/openssh+gssapi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile
index 079d63fe2c8..1c9e10c68fe 100644
--- a/security/openssh+gssapi/Makefile
+++ b/security/openssh+gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/24 21:06:26 jwise Exp $
+# $NetBSD: Makefile,v 1.3 2003/08/01 03:21:02 jmc Exp $
# NOTE: This package is modeled on ../openssh, but does not share
# files with it as that package may update faster than the gssapi
@@ -35,6 +35,7 @@ USE_PERL5= build
USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096}
CRYPTO= yes
+KERBEROS= yes
# retain the following line, for IPv6-ready pkgsrc webpage
BUILD_DEFS+= USE_INET6