diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
commit | d7498c6d88b3aea9a8b8c2846b21199d346c3b10 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /net/samba36 | |
parent | 24561e31331927221bcf5442be4516ab833c0e4f (diff) | |
download | freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.tar.gz freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.tar.zst freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.zip |
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Diffstat (limited to 'net/samba36')
-rw-r--r-- | net/samba36/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |