aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2010-10-05 00:08:01 +0800
committerfjoe <fjoe@FreeBSD.org>2010-10-05 00:08:01 +0800
commit7a23d1582b880566d3f6ac05a1761241a22708b9 (patch)
tree4b4b6cd329114a7f9e323cbe76b9fd6693927da3 /misc
parentf9cf9df9336b86231b91c4805b203d3407e3d4af (diff)
downloadfreebsd-ports-gnome-7a23d1582b880566d3f6ac05a1761241a22708b9.tar.gz
freebsd-ports-gnome-7a23d1582b880566d3f6ac05a1761241a22708b9.tar.zst
freebsd-ports-gnome-7a23d1582b880566d3f6ac05a1761241a22708b9.zip
Fix SAMBA support.
PR: 151160 Submitted by: Ivan Klymenko
Diffstat (limited to 'misc')
-rw-r--r--misc/mc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 946920525386..6dd26e6a81d0 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mc
PORTVERSION= 4.7.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc shells
MASTER_SITES= http://www.midnight-commander.org/downloads/ \
${MASTER_SITE_SUNSITE}
@@ -45,7 +45,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if defined(WITH_SAMBA) || !(defined(WITHOUT_SAMBA) || defined(MINIMAL))
-CONFIGURE_ARGS+=--with-samba --with-configdir=${LOCALBASE}/etc\
+CONFIGURE_ARGS+=--enable-vfs-smb --with-configdir=${LOCALBASE}/etc\
--with-codepagedir=${LOCALBASE}/etc/codepages
.endif