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/worker | |
parent | graphics/darktable: Fix bug with preferences when built with Clang 3.6 (diff) |
x11-fm/worker: Unbreak DragonFly after previous commit
AVFS doesn't build on DragonFly, so setting the option on by default
broke the port.
Approved by: blanket
Notes
Notes:
svn path=/head/; revision=384170
Diffstat (limited to 'x11-fm/worker')
-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 |