svn commit: r488054 - head/deskutils/caja-extensions

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 02:51:52 UTC 2018


Author: linimon
Date: Sat Dec 22 02:51:51 2018
New Revision: 488054
URL: https://svnweb.freebsd.org/changeset/ports/488054

Log:
  This port requires USES=compiler:c11 to build on GCC-based
  architectures.
  
  PR:		233932
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/deskutils/caja-extensions/Makefile

Modified: head/deskutils/caja-extensions/Makefile
==============================================================================
--- head/deskutils/caja-extensions/Makefile	Sat Dec 22 02:48:54 2018	(r488053)
+++ head/deskutils/caja-extensions/Makefile	Sat Dec 22 02:51:51 2018	(r488054)
@@ -20,8 +20,8 @@ LIB_DEPENDS=	libgupnp-1.2.so:net/gupnp \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake libtool localbase pathfix \
-		pkgconfig tar:xz
+USES=		compiler:c11 gettext gmake gnome libtool localbase mate \
+		pathfix pkgconfig tar:xz
 USE_MATE=	caja desktop
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list