diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2017-10-16 07:26:08 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2017-10-16 07:26:08 +0000 |
commit | 2ebeef14f6f6e888b32fc1960b3877958951b5ae (patch) | |
tree | 6ef5861ea0843836d095ee3d4f913b2f2b3d68d8 /security/openssh-portable | |
parent | ca87e7c01dd9e74e55175e9cc3c51835df61e310 (diff) | |
download | ports-2ebeef14f6f6e888b32fc1960b3877958951b5ae.tar.gz ports-2ebeef14f6f6e888b32fc1960b3877958951b5ae.zip |
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 99b1f5ab03d0..f9f227d3e345 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -3,7 +3,7 @@ PORTNAME= openssh DISTVERSION= 7.6p1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= OPENBSD/OpenSSH/portable @@ -17,11 +17,13 @@ COMMENT= The portable version of OpenBSD's OpenSSH CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* openssh-portable-devel-* -USES= alias autoreconf groff ncurses ssl +USES= alias autoreconf ncurses ssl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ - --without-zlib-version-check --with-ssl-engine + --without-zlib-version-check --with-ssl-engine \ + --with-mantype=man + ETCOLD= ${PREFIX}/etc BROKEN_SSL= openssl-devel libressl |