svn commit: r488322 - head/graphics/atril

Mark Linimon linimon at FreeBSD.org
Tue Dec 25 13:16:12 UTC 2018


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


More information about the svn-ports-all mailing list