diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-20 23:58:09 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-20 23:58:09 +0800 |
commit | 70b553e5129d9e59ca05048a9fee1af1d442311f (patch) | |
tree | 3310e381bea8ad1402bd438c7348400bcb76a66b /security/openssh-portable | |
parent | e0e72501367000f88aed7526756db60bf23087f3 (diff) | |
download | freebsd-ports-gnome-70b553e5129d9e59ca05048a9fee1af1d442311f.tar.gz freebsd-ports-gnome-70b553e5129d9e59ca05048a9fee1af1d442311f.tar.zst freebsd-ports-gnome-70b553e5129d9e59ca05048a9fee1af1d442311f.zip |
- Add NO_STAGE until validated to be safe for upcoming staging support
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 30ec7cf82f95..eb4b96b315ab 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -30,6 +30,7 @@ USES= perl5 USE_PERL5= build USE_AUTOTOOLS= autoconf autoheader USE_OPENSSL= yes +NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ |