svn commit: r488053 - head/devel/glade

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 02:48:55 UTC 2018


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

Log:
  This port needs USES=compiler:c11 to build on GCC-based architectures.
  
  While here, add USES=gnome.
  
  PR:		233925
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/glade/Makefile

Modified: head/devel/glade/Makefile
==============================================================================
--- head/devel/glade/Makefile	Sat Dec 22 02:34:27 2018	(r488052)
+++ head/devel/glade/Makefile	Sat Dec 22 02:48:54 2018	(r488053)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	itstool:textproc/itstool
 CONFLICTS=	glade3-3.*
 PORTSCOUT=	limitw:1,even
 
-USES=		desktop-file-utils gettext gmake libtool \
+USES=		compiler:c11 desktop-file-utils gettext gmake gnome libtool \
 		localbase:ldflags pathfix pkgconfig tar:xz
 USE_GNOME=	cairo gtk30 gnomedocutils intlhack \
 		introspection:build


More information about the svn-ports-all mailing list