diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-04 23:40:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-04 23:40:44 +0000 |
commit | 604485f846c58c349c83d5a367b0b83bb39c2262 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /net | |
parent | 3334a81fc73525bb985188a37c02bb87841f8e00 (diff) | |
download | ports-604485f846c58c349c83d5a367b0b83bb39c2262.tar.gz ports-604485f846c58c349c83d5a367b0b83bb39c2262.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/samba36/Makefile | 2 | ||||
-rw-r--r-- | net/samba4/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/samba36/Makefile b/net/samba36/Makefile index 84d125b8ae3e..6de04f7564e1 100644 --- a/net/samba36/Makefile +++ b/net/samba36/Makefile @@ -239,7 +239,7 @@ WANT_EXP_MODULES+= vfs_cacheprime vfs_catia vfs_commit vfs_dirsort \ .endif .if ${PORT_OPTIONS:MFAM_SUPPORT} -USE_FAM= yes +USES+= fam WANT_EXP_MODULES+= vfs_notify_fam CONFIGURE_ARGS+= --enable-fam .else diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 45090e03df92..60b550541327 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -133,6 +133,8 @@ QUOTAS_DESC= Disk quota support SWAT_DESC= SWAT WebGUI UTMP_DESC= UTMP accounting support WINBIND_DESC= WinBIND support + +FAM_SUPPORT_USES= fam ############################################################################## OPTIONS_DEFINE+= DEVELOPER MANPAGES EXP_MODULES @@ -288,7 +290,6 @@ CONFIGURE_ARGS+= --without-dnsupdate # https://bugzilla.samba.org/show_bug.cgi?id=9545 .if ${PORT_OPTIONS:MFAM_SUPPORT} -USE_FAM= yes CONFIGURE_ARGS+= --with-fam WANT_EXP_MODULES+= vfs_notify_fam SAMBA4_MODULES+= vfs_notify_fam |