diff options
author | mat <mat@FreeBSD.org> | 2017-11-21 16:36:26 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-11-21 16:36:26 +0800 |
commit | 65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c (patch) | |
tree | 6b04110a85d89148a3db54227de18de5bdef3f5b /audio/vagalume | |
parent | 00a06b21195b11eec1f84e2ed76399d08ed16ae5 (diff) | |
download | freebsd-ports-gnome-65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c.tar.gz freebsd-ports-gnome-65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c.tar.zst freebsd-ports-gnome-65c2a7c1d66d96631bc7eb5a56a1ab7fb8b96b1c.zip |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight
Diffstat (limited to 'audio/vagalume')
-rw-r--r-- | audio/vagalume/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/vagalume/Makefile b/audio/vagalume/Makefile index a544eab23c60..9e08e234d925 100644 --- a/audio/vagalume/Makefile +++ b/audio/vagalume/Makefile @@ -24,7 +24,7 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= DBUS TRAY NLS GCONF OPTIONS_DEFAULT= DBUS TRAY -OPTIONS_SUB= NLS DBUS +OPTIONS_SUB= yes TRAY_DESC= Tray icon and libnotify support DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib |