diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-04 01:27:17 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-04 01:27:17 +0800 |
commit | b9b8ce8855cad9659c31c481d7fa6a40ff68607e (patch) | |
tree | 52422adfdd16e03bd4b6d60c536434b0fc3ac2b6 /mail | |
parent | 4bf0670960cf4ac104c9619b18b3e83b17244c00 (diff) | |
download | freebsd-ports-gnome-b9b8ce8855cad9659c31c481d7fa6a40ff68607e.tar.gz freebsd-ports-gnome-b9b8ce8855cad9659c31c481d7fa6a40ff68607e.tar.zst freebsd-ports-gnome-b9b8ce8855cad9659c31c481d7fa6a40ff68607e.zip |
mail/xfce4-mailwatch-plugin: fix build on GCC architectures
Approved by: mentors (implicit approval)
Diffstat (limited to 'mail')
-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 |