diff options
author | Mikhail Pchelin <misha@FreeBSD.org> | 2017-01-13 14:46:30 +0000 |
---|---|---|
committer | Mikhail Pchelin <misha@FreeBSD.org> | 2017-01-13 14:46:30 +0000 |
commit | 66017a99371babe6c84e497552b22147aba563c6 (patch) | |
tree | 3e657e42620cc4f8c1482cc3320b4a43049f4847 /x11-fm/worker/Makefile | |
parent | a1658362b51f0377338c7c7a35c0c2f6315c0ffc (diff) | |
download | ports-66017a99371babe6c84e497552b22147aba563c6.tar.gz ports-66017a99371babe6c84e497552b22147aba563c6.zip |
Notes
Diffstat (limited to 'x11-fm/worker/Makefile')
-rw-r--r-- | x11-fm/worker/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index 0c9e07ccfdba..e6236063aabf 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= worker -PORTVERSION= 3.8.4 +PORTVERSION= 3.8.5 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ @@ -31,7 +31,11 @@ AVFS_DESC= Use AVFS library to access an archives AVFS_LIB_DEPENDS= libavfs.so:sysutils/avfs HAL_LIB_DEPENDS= libhal-storage.so:sysutils/hal \ - libdbus-glib-1.so:devel/dbus-glib + libdbus-glib-1.so:devel/dbus-glib \ + libdbus-1.so:devel/dbus +HAL_USE= gnome=glib20 xorg=sm,ice +HAL_USES= gettext-runtime + INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify INOTIFY_LDFLAGS= -L${LOCALBASE}/lib @@ -39,6 +43,6 @@ LUA_CONFIGURE_OFF= --disable-lua LUA_USES= lua:51 XFT_CONFIGURE_OFF= --disable-xft -XFT_USE= XORG=xft +XFT_USE= xorg=xft .include <bsd.port.mk> |