summaryrefslogtreecommitdiff
path: root/sysutils/mc/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mc/options.mk')
-rw-r--r--sysutils/mc/options.mk11
1 files changed, 2 insertions, 9 deletions
diff --git a/sysutils/mc/options.mk b/sysutils/mc/options.mk
index b52e22436f7..1b28e365c22 100644
--- a/sysutils/mc/options.mk
+++ b/sysutils/mc/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.16 2021/05/30 19:56:38 thor Exp $
+# $NetBSD: options.mk,v 1.17 2022/04/12 15:29:04 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mc
PKG_OPTIONS_REQUIRED_GROUPS= screen
PKG_OPTIONS_GROUP.screen= ncurses slang
-PKG_SUPPORTED_OPTIONS= mc-charset x11 smb sftp
+PKG_SUPPORTED_OPTIONS= mc-charset x11 sftp
PKG_SUGGESTED_OPTIONS= mc-charset slang
.include "../../mk/bsd.options.mk"
@@ -41,13 +41,6 @@ CONFIGURE_ARGS+= --with-screen=ncurses
CONFIGURE_ARGS+= --with-screen=mcslang
.endif
-.if !empty(PKG_OPTIONS:Msmb)
-CONFIGURE_ARGS+= --enable-vfs-smb
-.include "../../net/samba4/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-vfs-smb
-.endif
-
.if !empty(PKG_OPTIONS:Msftp)
CONFIGURE_ARGS+= --enable-vfs-sftp
.include "../../security/libssh2/buildlink3.mk"