diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2022-04-29 02:03:42 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2022-04-29 02:03:42 +0800 |
commit | f507426dd472df98fc189421aa4b62e8740746e7 (patch) | |
tree | 14f13400130934745f586144ce4dff1dd6a6c005 | |
parent | b66e852eac45e9fd9c5b4139ed6a8ab1621e8f47 (diff) | |
download | wspkg-data-f507426dd472df98fc189421aa4b62e8740746e7.tar.gz wspkg-data-f507426dd472df98fc189421aa4b62e8740746e7.tar.zst wspkg-data-f507426dd472df98fc189421aa4b62e8740746e7.zip |
wsbsd: Unset ZSH option for remmina
It is unrelated to shell completions and it conflicts with BASH.
https://cgit.freebsd.org/ports/commit/?id=1cd78d6606830acb
-rw-r--r-- | wsbsd.files/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wsbsd.files/make.conf b/wsbsd.files/make.conf index ece249a..7a1fcb0 100644 --- a/wsbsd.files/make.conf +++ b/wsbsd.files/make.conf @@ -114,6 +114,7 @@ multimedia_gmtk_SET= GIO GTK3 multimedia_gnome-mplayer_SET= $(multimedia_gmtk_SET) NOTIFY multimedia_libdvdread_SET= DVDCSS net_nss-pam-ldapd_SET= NSS PAM +net_remmina_UNSET= ZSH print_cups_SET= AVAHI IPPTOOL print_freetype2_SET= PNG security_ca_root_nss_SET= ETCSYMLINK |