summaryrefslogtreecommitdiff
path: root/security/openssh+gssapi
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-11 04:13:01 +0000
committerjlam <jlam>2003-09-11 04:13:01 +0000
commitea50bb4a616e3a1f6d9baa3758d9da5a1bdffb5e (patch)
tree56dd3750c28e6b0d3faaefd14716f6d097e91cd5 /security/openssh+gssapi
parent36394a85ef1336eb32e44815735a4cf7677b3969 (diff)
downloadpkgsrc-ea50bb4a616e3a1f6d9baa3758d9da5a1bdffb5e.tar.gz
Garbage-collect USE_OPENSSL_VERSION now that openssl/buildlink2.mk supports
just setting BUILDLINK_DEPENDS.openssl. USE_OPENSSL_VERSION wasn't actually needed here anyway since the minimum version allowed by openssl/buildlink2.mk exceeded the version requested here.
Diffstat (limited to 'security/openssh+gssapi')
-rw-r--r--security/openssh+gssapi/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile
index 4374b015ddf..9e3b7b6c69a 100644
--- a/security/openssh+gssapi/Makefile
+++ b/security/openssh+gssapi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/08/30 22:51:37 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2003/09/11 04:13:01 jlam Exp $
# NOTE: This package is modeled on ../openssh, but does not share
# files with it as that package may update faster than the gssapi
@@ -31,9 +31,6 @@ CONFLICTS+= openssh-[0-9]*
USE_PERL5= build
-# 0.9.5a can be used, with blowfish support broken. so require 0.9.6.
-USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096}
-
CRYPTO= yes
KERBEROS= yes