diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-03 11:18:02 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-03 11:18:02 +0000 |
commit | a541e69750007be93c66aa0c036100a2a3f958b6 (patch) | |
tree | 9d2655afc1cc519cecda7c2c2050e59060bccfc9 | |
parent | 70b9217fa1d47749973d938042cf7ba4fb5fb4f6 (diff) |
deskutils/xfce4-notes-plugin: fix build on GCC architectures
Approved by: mentors (implicit approval)
Notes
Notes:
svn path=/head/; revision=513662
-rw-r--r-- | deskutils/xfce4-notes-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index 295c9ce7e53e..422432d7c819 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -17,8 +17,8 @@ LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \ 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= ice sm x11 |