svn commit: r384170 - head/x11-fm/worker
John Marino
marino at FreeBSD.org
Fri Apr 17 19:41:13 UTC 2015
Author: marino
Date: Fri Apr 17 19:41:12 2015
New Revision: 384170
URL: https://svnweb.freebsd.org/changeset/ports/384170
Log:
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
Modified:
head/x11-fm/worker/Makefile
Modified: head/x11-fm/worker/Makefile
==============================================================================
--- head/x11-fm/worker/Makefile Fri Apr 17 18:54:02 2015 (r384169)
+++ head/x11-fm/worker/Makefile Fri Apr 17 19:41:12 2015 (r384170)
@@ -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
More information about the svn-ports-all
mailing list