diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-17 19:41:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-17 19:41:12 +0000 |
commit | 98e890a3ada3c4fab8ed04061a8ec9f8c7451ae0 (patch) | |
tree | 1d035dcca5e06e5ce208f27baf81f19c936c750a /x11-fm | |
parent | 5ab629601630134070baaf54e3d46a97bb6b274a (diff) |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/worker/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index 49110e387eb5..c195a4548f1c 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -24,6 +24,8 @@ SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \ OPTIONS_DEFINE= AVFS HAL INOTIFY LUA XFT OPTIONS_DEFAULT= AVFS INOTIFY +OPTIONS_EXCLUDE_DragonFly= AVFS + INOTIFY_DESC= Monitor directory changes via libinotify AVFS_DESC= Use AVFS library to access an archives |