summaryrefslogtreecommitdiff
path: root/x11-fm/worker
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-02-08 09:43:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-02-08 09:43:57 +0000
commitd2979d177cdbf6f5e2088dff7499c4ec6b7959dc (patch)
tree3aefc7d60139c50f01d125e5789289f526b4400e /x11-fm/worker
parentDrop dependency on HAL (diff)
Hal is about to be deorbitted from freebsd, remove the option to use it
Notes
Notes: svn path=/head/; revision=564687
Diffstat (limited to 'x11-fm/worker')
-rw-r--r--x11-fm/worker/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
index 99d4775aa7dd..04c6ab91710e 100644
--- a/x11-fm/worker/Makefile
+++ b/x11-fm/worker/Makefile
@@ -22,7 +22,7 @@ SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
${WRKSRC}/scripts/xeditor \
${WRKSRC}/scripts/find_file_by_chksum.py
-OPTIONS_DEFINE= AVFS HAL INOTIFY LUA SSL XFT
+OPTIONS_DEFINE= AVFS INOTIFY LUA SSL XFT
OPTIONS_DEFAULT= AVFS INOTIFY SSL XFT
OPTIONS_EXCLUDE_DragonFly= AVFS
@@ -31,12 +31,6 @@ AVFS_DESC= Use AVFS library to access archives
AVFS_LIB_DEPENDS= libavfs.so:sysutils/avfs
-HAL_LIB_DEPENDS= libhal-storage.so:sysutils/hal \
- libdbus-glib-1.so:devel/dbus-glib \
- libdbus-1.so:devel/dbus
-HAL_USE= gnome=glib20 xorg=sm,ice
-HAL_USES= gettext-runtime gnome
-
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
LUA_CONFIGURE_OFF= --disable-lua