diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-17 11:45:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-09-17 11:45:30 +0000 |
commit | 3dd9bbd4bf440491030eecec17ccc3c2e1f1fdbe (patch) | |
tree | b9680ec5bfeccac81c789454f98dc5e1b6f86669 /x11/phosh | |
parent | 56f7bcf6e3361e7141bb51fa61b070acbf682cf4 (diff) |
Notes
Diffstat (limited to 'x11/phosh')
-rw-r--r-- | x11/phosh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/phosh/Makefile b/x11/phosh/Makefile index b4691892fba9..ee341a534bbc 100644 --- a/x11/phosh/Makefile +++ b/x11/phosh/Makefile @@ -3,6 +3,7 @@ PORTNAME= phosh DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org @@ -18,7 +19,7 @@ LIB_DEPENDS= libfeedback-0.0.so:accessibility/feedbackd \ libgcr-ui-3.so:security/gcr \ libpolkit-agent-1.so:sysutils/polkit \ libupower-glib.so:sysutils/upower \ - libhandy-0.0.so:x11-toolkits/libhandy + libhandy-0.0.so:x11-toolkits/libhandy0 RUN_DEPENDS= phoc:x11-wm/phoc \ gnome-session:x11/gnome-session |