diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 08:40:32 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 08:40:32 +0000 |
commit | ae018e2d55ec2c4d7ff166961eafa30243f03b84 (patch) | |
tree | 81035e4d21f01c324451822e9b187bba05d1be05 /x11-clocks | |
parent | 8ee09bfa62611edcb0931f43b23e7e7c421b9f20 (diff) |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xfce4-timer-out-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile index fe2f2386e7b9..4438a8c1a3b9 100644 --- a/x11-clocks/xfce4-timer-out-plugin/Makefile +++ b/x11-clocks/xfce4-timer-out-plugin/Makefile @@ -15,8 +15,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 gtk20 intltool USE_XFCE= panel USE_XORG= x11 |