aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/shutter
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2016-02-10 05:36:58 +0800
committernivit <nivit@FreeBSD.org>2016-02-10 05:36:58 +0800
commit74c5ae24b67d1199a573f169b5de82914d62ad2b (patch)
tree4e18dc1b6fefa159c58834ee2464c28019ee7393 /deskutils/shutter
parent3d9e48586e71c55bb7668f24ae758808333b7e84 (diff)
downloadfreebsd-ports-gnome-74c5ae24b67d1199a573f169b5de82914d62ad2b.tar.gz
freebsd-ports-gnome-74c5ae24b67d1199a573f169b5de82914d62ad2b.tar.zst
freebsd-ports-gnome-74c5ae24b67d1199a573f169b5de82914d62ad2b.zip
- Add graphics/ImageMagick to run dependencies
- Bump PORTREVISION
Diffstat (limited to 'deskutils/shutter')
-rw-r--r--deskutils/shutter/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/shutter/Makefile b/deskutils/shutter/Makefile
index f9d5628e646f..cf06dc4ae245 100644
--- a/deskutils/shutter/Makefile
+++ b/deskutils/shutter/Makefile
@@ -3,7 +3,7 @@
PORTNAME= shutter
PORTVERSION= 0.93.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= http://shutter-project.org/wp-content/uploads/releases/tars/
@@ -13,7 +13,8 @@ COMMENT= Screenshot tool
LICENSE= GPLv3 GPLv2 # the latter for some shipped cursors
LICENSE_COMB= multi
-RUN_DEPENDS= librsvg2>=2.40.6:${PORTSDIR}/graphics/librsvg2 \
+RUN_DEPENDS= ImageMagick>=6.9.3.1,1:${PORTSDIR}/graphics/ImageMagick \
+ librsvg2>=2.40.6:${PORTSDIR}/graphics/librsvg2 \
p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir \
p5-File-Copy-Recursive>=0.38_1:${PORTSDIR}/devel/p5-File-Copy-Recursive \
p5-File-Spec-Native>=1.003_1:${PORTSDIR}/devel/p5-File-Spec-Native \