svn commit: r513678 - head/mail/xfce4-mailwatch-plugin

Piotr Kubaj pkubaj at FreeBSD.org
Thu Oct 3 17:27:17 UTC 2019


Author: pkubaj
Date: Thu Oct  3 17:27:17 2019
New Revision: 513678
URL: https://svnweb.freebsd.org/changeset/ports/513678

Log:
  mail/xfce4-mailwatch-plugin: fix build on GCC architectures
  
  Approved by:	mentors (implicit approval)

Modified:
  head/mail/xfce4-mailwatch-plugin/Makefile

Modified: head/mail/xfce4-mailwatch-plugin/Makefile
==============================================================================
--- head/mail/xfce4-mailwatch-plugin/Makefile	Thu Oct  3 17:22:17 2019	(r513677)
+++ head/mail/xfce4-mailwatch-plugin/Makefile	Thu Oct  3 17:27:17 2019	(r513678)
@@ -20,8 +20,8 @@ LIB_DEPENDS=	libgnutls.so:security/gnutls \
 		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=	x11


More information about the svn-ports-head mailing list