pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssh Fixed typo in BROKEN_ON_PLATFORM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5199b7572e6
branches:  trunk
changeset: 349562:a5199b7572e6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jul 10 10:40:23 2016 +0000

description:
Fixed typo in BROKEN_ON_PLATFORM.

diffstat:

 security/openssh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r df3872285580 -r a5199b7572e6 security/openssh/Makefile
--- a/security/openssh/Makefile Sun Jul 10 10:35:19 2016 +0000
+++ b/security/openssh/Makefile Sun Jul 10 10:40:23 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.246 2016/07/09 06:38:56 wiz Exp $
+# $NetBSD: Makefile,v 1.247 2016/07/10 10:40:23 rillig Exp $
 
 DISTNAME=              openssh-7.2p2
 PKGNAME=               ${DISTNAME:S/p2/.2/}
@@ -15,7 +15,7 @@
 CONFLICTS+=            ssh2-[0-9]* ssh2-nox11-[0-9]*
 CONFLICTS+=            openssh+gssapi-[0-9]*
 CONFLICTS+=            lsh>2.0
-BROKEN_FOR_PLATFORM+=  OpenBSD-*-*
+BROKEN_ON_PLATFORM+=   OpenBSD-*-*
 
 USE_GCC_RUNTIME=       yes
 USE_TOOLS+=            autoconf perl



Home | Main Index | Thread Index | Old Index