diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-30 22:37:40 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-30 22:37:40 +0000 |
commit | 4478fa98080beb26b1aa2d82dbd4dc6d2e2b5f13 (patch) | |
tree | fe4dffbbd6b4589ca2316d6adb3c8f806ff7e1e1 | |
parent | net/nsscache: update to 0.37 (diff) |
Revert r488743, it results in a bogus dependency for PHP 5.6
Notes
Notes:
svn path=/head/; revision=488746
-rw-r--r-- | net-mgmt/klg/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/klg/Makefile b/net-mgmt/klg/Makefile index 3858eaa66b7f..7daf3840bb46 100644 --- a/net-mgmt/klg/Makefile +++ b/net-mgmt/klg/Makefile @@ -37,7 +37,11 @@ SSH2_DESC= SSH2 support for router access .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MSSH2} +. if ${PHP_VER} < 70 +RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2-0@${PHP_FLAVOR} +. else RUN_DEPENDS+= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2@${PHP_FLAVOR} +. endif .endif do-install: |