diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2016-02-09 21:36:58 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2016-02-09 21:36:58 +0000 |
commit | 3826baaa6e5b6ea622c41c4811d69d98ee90be24 (patch) | |
tree | 4e18dc1b6fefa159c58834ee2464c28019ee7393 /deskutils | |
parent | a833cbe792094cbbbacd62ecc73093f33109567e (diff) | |
download | ports-3826baaa6e5b6ea622c41c4811d69d98ee90be24.tar.gz ports-3826baaa6e5b6ea622c41c4811d69d98ee90be24.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/shutter/Makefile | 5 |
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 \ |