diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-07-25 01:01:58 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-07-25 01:01:58 +0800 |
commit | 19f90b098018bd3eebcc7eed007a3da07ff11803 (patch) | |
tree | 6e254f92da00069c25fa4f0347851204401dbd2e /security | |
parent | a73ef3219827a46ed024306ae592d3952ba1fa55 (diff) | |
download | freebsd-ports-gnome-19f90b098018bd3eebcc7eed007a3da07ff11803.tar.gz freebsd-ports-gnome-19f90b098018bd3eebcc7eed007a3da07ff11803.tar.zst freebsd-ports-gnome-19f90b098018bd3eebcc7eed007a3da07ff11803.zip |
Use new USES=libedit
Diffstat (limited to 'security')
-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 bad56e019e4f..2901e0df4f5d 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -77,6 +77,7 @@ PAM_CONFIGURE_WITH= pam TCP_WRAPPERS_CONFIGURE_WITH= tcp-wrappers LIBEDIT_CONFIGURE_WITH= libedit +LIBEDIT_USES= libedit BSM_CONFIGURE_ON= --with-audit=bsm ETCDIR?= ${PREFIX}/etc/ssh |