diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2022-05-22 03:03:25 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2022-05-22 03:03:25 +0000 |
commit | cd7f8b3b8135bdd20bc9a69c290e7318d6d9d11d (patch) | |
tree | 9e154adb3067d2e17036096b0616b21f484bf3c1 | |
parent | 334cedb860352502e73cb850a3d99bec53c3a978 (diff) | |
download | ports-cd7f8b3b8135bdd20bc9a69c290e7318d6d9d11d.tar.gz ports-cd7f8b3b8135bdd20bc9a69c290e7318d6d9d11d.zip |
deskutils/xpad: chase 568b38a4280ac24d3a24eea285c694422cf684c4
- adjust dependencies for systray support
PR: 264070
Reported by: junchoon@dec.sakura.ne.jp
-rw-r--r-- | deskutils/xpad/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index 42aa32cb045c..21fa3ddfb4f9 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -2,6 +2,7 @@ PORTNAME= xpad PORTVERSION= 5.7.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ @@ -11,7 +12,11 @@ COMMENT= Virtual note-pad system for your X11 desktop LICENSE= GPLv3 RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme -LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz +LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ + libdbusmenu-glib.so:devel/libdbusmenu \ + libayatana-ido3-0.4.so:devel/ayatana-ido \ + libayatana-appindicator3.so:devel/libayatana-appindicator \ + libayatana-indicator3.so:devel/libayatana-indicator USES= autoreconf compiler:c++11-lang gmake pkgconfig tar:bzip2 gnome xorg |