svn commit: r513596 - in head: audio/thunar-media-tags-plugin sysutils/xfce4-systemload-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 2 18:30:01 UTC 2019


Author: pkubaj
Date: Wed Oct  2 18:30:00 2019
New Revision: 513596
URL: https://svnweb.freebsd.org/changeset/ports/513596

Log:
  Same treatment for GCC architectures as other XFCE4 ports.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/audio/thunar-media-tags-plugin/Makefile
  head/sysutils/xfce4-systemload-plugin/Makefile

Modified: head/audio/thunar-media-tags-plugin/Makefile
==============================================================================
--- head/audio/thunar-media-tags-plugin/Makefile	Wed Oct  2 18:27:14 2019	(r513595)
+++ head/audio/thunar-media-tags-plugin/Makefile	Wed Oct  2 18:30:00 2019	(r513596)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libtag.so:audio/taglib
 
-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 gdkpixbuf2 gtk30 intltool
 USE_XFCE=	libexo thunar
 

Modified: head/sysutils/xfce4-systemload-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-systemload-plugin/Makefile	Wed Oct  2 18:27:14 2019	(r513595)
+++ head/sysutils/xfce4-systemload-plugin/Makefile	Wed Oct  2 18:30:00 2019	(r513596)
@@ -12,7 +12,8 @@ COMMENT=	System Load plugin for Xfce4 panel
 
 LICENSE=	BSD2CLAUSE
 
-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 gdkpixbuf2 gtk30 intltool
 USE_XFCE=	panel
 


More information about the svn-ports-head mailing list