aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-12-08 15:31:37 +0000
committerSteve Wills <swills@FreeBSD.org>2017-12-08 15:31:37 +0000
commit30084ab6ef617fbf75bff1722f719c6f08e40c5d (patch)
treea59319a74eebf7417ee384f6181a4f89d767fcaf /x11-toolkits/gtk30/Makefile
parentb27126764feceed3530609e31bfe9cf078f3d1f7 (diff)
downloadports-30084ab6ef617fbf75bff1722f719c6f08e40c5d.tar.gz
ports-30084ab6ef617fbf75bff1722f719c6f08e40c5d.zip
x11-toolkits/gtk30: add dependency on librsvg2
PR: 222495 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> Approved by: gnome@ (kwm)
Notes
Notes: svn path=/head/; revision=455783
Diffstat (limited to 'x11-toolkits/gtk30/Makefile')
-rw-r--r--x11-toolkits/gtk30/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 33e645e5874f..7099d86966de 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -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