diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 08:32:22 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-02 08:32:22 +0000 |
commit | dba1ef5edf69eecad815c6560728eb153b9b7260 (patch) | |
tree | 112fa22c03e9d2fb9d0a2cc7a273efd189707aaa /sysutils | |
parent | 802eb1361871969c3e071706a635c116b2789d75 (diff) | |
download | ports-dba1ef5edf69eecad815c6560728eb153b9b7260.tar.gz ports-dba1ef5edf69eecad815c6560728eb153b9b7260.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfburn/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xfce4-genmon-plugin/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xfce4-netload-plugin/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xfce4-power-manager/Makefile | 4 |
4 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/xfburn/Makefile b/sysutils/xfburn/Makefile index c4c75d2ddd70..01e79b9ed3f4 100644 --- a/sysutils/xfburn/Makefile +++ b/sysutils/xfburn/Makefile @@ -21,8 +21,8 @@ RUN_DEPENDS= cdrdao:sysutils/cdrdao \ ${LOCALBASE}/include/libburn/libburn.h:devel/libburn \ ${LOCALBASE}/include/libisofs/libisofs.h:devel/libisofs -USES= desktop-file-utils gettext-tools gmake gnome pkgconfig \ - tar:bzip2 xfce:gtk2 +USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ + pkgconfig tar:bzip2 xfce:gtk2 USE_GNOME= cairo glib20 gtk20 intltool USE_XFCE= libexo diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 840b8df09a39..3258b904a6e9 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -13,7 +13,7 @@ COMMENT= Generic Monitor Xfce4 panel plugin LICENSE= LGPL21 -USES= gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_XFCE= panel diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index 71fd984f2b11..60737f4efe04 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -13,7 +13,8 @@ COMMENT= Network Load plugin for Xfce4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce USE_GNOME= cairo gtk30 intltool USE_XFCE= panel diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index 0791e84305ee..da5cd0bb21a3 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -15,8 +15,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libnotify.so:devel/libnotify \ libupower-glib.so:sysutils/upower -USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \ - xfce xorg +USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ + tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= panel USE_XORG= ice sm xrandr x11 xext xtst xscrnsaver |