Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2017 15:31:37 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455783 - head/x11-toolkits/gtk30
Message-ID:  <201712081531.vB8FVbCd083084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Dec  8 15:31:37 2017
New Revision: 455783
URL: https://svnweb.freebsd.org/changeset/ports/455783

Log:
  x11-toolkits/gtk30: add dependency on librsvg2
  
  PR:		222495
  Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
  Approved by:	gnome@ (kwm)

Modified:
  head/x11-toolkits/gtk30/Makefile

Modified: head/x11-toolkits/gtk30/Makefile
==============================================================================
--- head/x11-toolkits/gtk30/Makefile	Fri Dec  8 14:00:02 2017	(r455782)
+++ head/x11-toolkits/gtk30/Makefile	Fri Dec  8 15:31:37 2017	(r455783)
@@ -5,7 +5,7 @@
 
 PORTNAME=	gtk
 PORTVERSION=	3.22.15
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
 PKGNAMESUFFIX=	3
@@ -31,7 +31,8 @@ LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libharfbuzz.so:print/harfbuzz
 RUN_DEPENDS+=	hicolor-icon-theme>=0:misc/hicolor-icon-theme \
 		adwaita-icon-theme>=0:x11-themes/adwaita-icon-theme \
-		at-spi2-atk>=0:accessibility/at-spi2-atk
+		at-spi2-atk>=0:accessibility/at-spi2-atk \
+		librsvg2>=0:graphics/librsvg2
 
 USE_PERL5=	build
 USE_LDCONFIG=	yes



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