Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 13:16:11 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488322 - head/graphics/atril
Message-ID:  <201812251316.wBPDGBMN033153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Dec 25 13:16:11 2018
New Revision: 488322
URL: https://svnweb.freebsd.org/changeset/ports/488322

Log:
  Add USES=compiler:c11 to fix build on GCC-based architectures.
  
  While here, add USES=gnome mate.
  
  PR:		233913
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/atril/Makefile

Modified: head/graphics/atril/Makefile
==============================================================================
--- head/graphics/atril/Makefile	Tue Dec 25 13:09:27 2018	(r488321)
+++ head/graphics/atril/Makefile	Tue Dec 25 13:16:11 2018	(r488322)
@@ -26,8 +26,8 @@ LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib 
 PORTSCOUT=	limitw:1,even
 SLAVEPORT?=	no
 
-USES=		desktop-file-utils gettext gmake libarchive libtool pathfix \
-		pkgconfig tar:xz
+USES=		compiler:c11 desktop-file-utils gettext gmake gnome libarchive \
+		libtool mate pathfix pkgconfig tar:xz
 USE_MATE=	icontheme
 USE_XORG=	ice sm x11
 USE_GNOME=	cairo gtk30 intlhack libxml2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812251316.wBPDGBMN033153>