diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-14 20:39:42 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-14 20:39:42 +0800 |
commit | 863110e9f95de207d0c8891b013c3d43e70cbceb (patch) | |
tree | 7cefef4036a143c0a890c264dd040a774616688a /net-mgmt | |
parent | 243a1c4dcae2dcc5d9caae8c27bbc73a9e484e5b (diff) | |
download | freebsd-ports-gnome-863110e9f95de207d0c8891b013c3d43e70cbceb.tar.gz freebsd-ports-gnome-863110e9f95de207d0c8891b013c3d43e70cbceb.tar.zst freebsd-ports-gnome-863110e9f95de207d0c8891b013c3d43e70cbceb.zip |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 5f14831eb7a2..e3e2aa336182 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -174,7 +174,7 @@ NOTIFYDESKTOP_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFYDESKTOP_CONFIGURE_ENABLE= notify_desktop NOTIFYDESKTOP_CONFIGURE_WITH= libnotify=${LOCALBASE} NOTIFYDESKTOP_USE= GNOME=gdkpixbuf2 -NOTIFYDESKTOP_USES= gettext-runtime +NOTIFYDESKTOP_USES= gettext-runtime gnome NOTIFYEMAIL_LIB_DEPENDS= libesmtp.so:mail/libesmtp NOTIFYEMAIL_CONFIGURE_ENABLE= notify_email |