diff options
author | swills <swills@FreeBSD.org> | 2018-05-05 11:48:11 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-05-05 11:48:11 +0800 |
commit | 1e872708ae6ac229911f71684a49e950226de32e (patch) | |
tree | d9f7115e459b2a4e97371c9b4acd6e5da05d2d75 /deskutils | |
parent | a510a864e1a25602d6f478e245e0a58fb66d158e (diff) | |
download | freebsd-ports-gnome-1e872708ae6ac229911f71684a49e950226de32e.tar.gz freebsd-ports-gnome-1e872708ae6ac229911f71684a49e950226de32e.tar.zst freebsd-ports-gnome-1e872708ae6ac229911f71684a49e950226de32e.zip |
deskutils/syncthing-gtk: add dep on libappindicator
This allows the icon to show up in KDE 5
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/syncthing-gtk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/syncthing-gtk/Makefile b/deskutils/syncthing-gtk/Makefile index c286907257d7..839ac3939863 100644 --- a/deskutils/syncthing-gtk/Makefile +++ b/deskutils/syncthing-gtk/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PORTNAME= syncthing-gtk +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSION= 0.9.3.1 CATEGORIES= deskutils python @@ -13,6 +14,7 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>0:security/py-bcrypt@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${FLAVOR} \ + libappindicator>=0:devel/libappindicator \ syncthing>=0.13:net/syncthing USES= python:2.7 |