diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-03 17:27:17 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-03 17:27:17 +0000 |
commit | b9b8ce8855cad9659c31c481d7fa6a40ff68607e (patch) | |
tree | 52422adfdd16e03bd4b6d60c536434b0fc3ac2b6 | |
parent | Remove references to EoL'ed Java versions (diff) |
mail/xfce4-mailwatch-plugin: fix build on GCC architectures
Approved by: mentors (implicit approval)
Notes
Notes:
svn path=/head/; revision=513678
-rw-r--r-- | mail/xfce4-mailwatch-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 582343685f65..a2da40e2183c 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -20,8 +20,8 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \ - xfce:gtk2 xorg +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce:gtk2 xorg USE_GNOME= cairo glib20 gtk20 intltool USE_XFCE= panel USE_XORG= x11 |