diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-10-04 16:08:01 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-10-04 16:08:01 +0000 |
commit | 070fda9613e8e7d04174fc034791e7aea541d69b (patch) | |
tree | 744f0098952033bc698846d3792d7f7f7c33f926 /misc/mc | |
parent | b5c341309c3831e65935d82ef505eae7f366801f (diff) | |
download | ports-070fda9613e8e7d04174fc034791e7aea541d69b.tar.gz ports-070fda9613e8e7d04174fc034791e7aea541d69b.zip |
Notes
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 4 |
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 |