diff options
author | marino <marino@FreeBSD.org> | 2015-04-18 03:41:12 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-18 03:41:12 +0800 |
commit | 6ade39fecc87a155ed12d0cb67b796fa9ca7e9c6 (patch) | |
tree | 1d035dcca5e06e5ce208f27baf81f19c936c750a /x11-fm | |
parent | e3b39f60311d8eebc151f7f8e49002c11d511381 (diff) | |
download | freebsd-ports-gnome-6ade39fecc87a155ed12d0cb67b796fa9ca7e9c6.tar.gz freebsd-ports-gnome-6ade39fecc87a155ed12d0cb67b796fa9ca7e9c6.tar.zst freebsd-ports-gnome-6ade39fecc87a155ed12d0cb67b796fa9ca7e9c6.zip |
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
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 |