deskutils/syncthing-gtk: add dep on libappindicator
This allows the icon to show up in KDE 5
This commit is contained in:
parent
b4e2d1327a
commit
f4985ef251
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469085
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue