summaryrefslogtreecommitdiff
path: root/net/samba35
diff options
context:
space:
mode:
authorsbd <sbd>2011-03-01 11:28:59 +0000
committersbd <sbd>2011-03-01 11:28:59 +0000
commitfec8c8eaf2e070d5edca90fe307affdfa03da099 (patch)
tree818cbc1771979363acc845142464101981e4d940 /net/samba35
parent4bcbb5f23fbb8d190cad7bcc63fd08eff3f981b3 (diff)
downloadpkgsrc-fec8c8eaf2e070d5edca90fe307affdfa03da099.tar.gz
Add --with-cifsumount to CONFIGURE_ARGS on Linux systems in order to build
umount.cifs
Diffstat (limited to 'net/samba35')
-rw-r--r--net/samba35/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba35/Makefile b/net/samba35/Makefile
index a9c6c865e87..5b8b6b82458 100644
--- a/net/samba35/Makefile
+++ b/net/samba35/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/02/28 14:34:56 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/03/01 11:28:59 sbd Exp $
.include "../../net/samba/Makefile.mirrors"
@@ -72,7 +72,7 @@ PLIST_VARS+= cifsmount macosx
# Only Linux supports mount.cifs for mounting a CIFS share into the filesystem.
.if ${OPSYS} == "Linux"
-CONFIGURE_ARGS+= --with-cifsmount
+CONFIGURE_ARGS+= --with-cifsmount --with-cifsumount
PLIST.cifsmount= yes
.endif