Date: Fri, 17 Apr 2015 19:41:12 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384170 - head/x11-fm/worker Message-ID: <201504171941.t3HJfC1f050049@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504171941.t3HJfC1f050049>