diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 16:32:22 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 16:32:22 +0800 |
commit | dba1ef5edf69eecad815c6560728eb153b9b7260 (patch) | |
tree | 112fa22c03e9d2fb9d0a2cc7a273efd189707aaa /x11/xfce4-embed-plugin | |
parent | 802eb1361871969c3e071706a635c116b2789d75 (diff) | |
download | freebsd-ports-gnome-dba1ef5edf69eecad815c6560728eb153b9b7260.tar.gz freebsd-ports-gnome-dba1ef5edf69eecad815c6560728eb153b9b7260.tar.zst freebsd-ports-gnome-dba1ef5edf69eecad815c6560728eb153b9b7260.zip |
Fix optional xfce ports on GCC architectures.
All of them need C11 compiler.
Approved by: mentors (implicit approval)
Diffstat (limited to 'x11/xfce4-embed-plugin')
-rw-r--r-- | x11/xfce4-embed-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xfce4-embed-plugin/Makefile b/x11/xfce4-embed-plugin/Makefile index acdb7bb1cf1c..5c06cc6d73b3 100644 --- a/x11/xfce4-embed-plugin/Makefile +++ b/x11/xfce4-embed-plugin/Makefile @@ -16,8 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= 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 gdkpixbuf2 glib20 gtk20 intltool USE_XFCE= panel USE_XORG= ice sm x11 |