diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-11 04:13:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-11 04:13:01 +0000 |
commit | 5b1e95e471465664e9e8481ec1f7ccb7b819bfff (patch) | |
tree | 56dd3750c28e6b0d3faaefd14716f6d097e91cd5 /security/openssh+gssapi | |
parent | 96a8d4f2a1428b3d1fe8b49433e577d547bfaf24 (diff) | |
download | pkgsrc-5b1e95e471465664e9e8481ec1f7ccb7b819bfff.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/Makefile | 5 |
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 |