diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2015-03-01 09:10:35 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2015-03-01 09:10:35 +0000 |
commit | 7ecc764fb61d1b291cf3e894aeee608d7723db5c (patch) | |
tree | 816776a0b0e1a22af45ce0bc76926240a8228291 | |
parent | dd270324eb906f95546c238d653ba6ce13a0c23f (diff) | |
download | ports-7ecc764fb61d1b291cf3e894aeee608d7723db5c.tar.gz ports-7ecc764fb61d1b291cf3e894aeee608d7723db5c.zip |
Notes
-rw-r--r-- | deskutils/shutter/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/shutter/Makefile b/deskutils/shutter/Makefile index 7030864b9044..16b2844c58f1 100644 --- a/deskutils/shutter/Makefile +++ b/deskutils/shutter/Makefile @@ -3,7 +3,7 @@ PORTNAME= shutter PORTVERSION= 0.93.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://shutter-project.org/wp-content/uploads/releases/tars/ @@ -19,9 +19,11 @@ RUN_DEPENDS= librsvg2>=2.40.6:${PORTSDIR}/graphics/librsvg2 \ p5-File-Spec-Native>=1.003_1:${PORTSDIR}/devel/p5-File-Spec-Native \ p5-File-Which>=1.09:${PORTSDIR}/sysutils/p5-File-Which \ p5-Gnome2-VFS>=1.082:${PORTSDIR}/x11-toolkits/p5-Gnome2-VFS \ + p5-Gnome2-Wnck>=0.16:${PORTSDIR}/x11-toolkits/p5-Gnome2-Wnck \ p5-Gnome2>=1.045:${PORTSDIR}/x11-toolkits/p5-Gnome2 \ p5-Goo-Canvas>=0.06:${PORTSDIR}/devel/p5-Goo-Canvas \ p5-Gtk2-ImageView>=0.05:${PORTSDIR}/x11-toolkits/p5-Gtk2-ImageView \ + p5-Gtk2-Unique>=0.05:${PORTSDIR}/x11-toolkits/p5-Gtk2-Unique \ p5-Gtk2>=1.2491:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-JSON-XS>=3.01:${PORTSDIR}/converters/p5-JSON-XS \ p5-JSON>=2.90:${PORTSDIR}/converters/p5-JSON \ |