diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2020-09-29 16:19:36 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2020-09-29 16:19:36 +0000 |
commit | 1d7274728d7445e462aad99686c2a5a9913706f6 (patch) | |
tree | 814a2a2c51d5fd04cb4a3495fad19eeeab4b6ad5 /deskutils | |
parent | 2fa8a5afeeaffab951e6da4f549bd0a00a7fcd9f (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/clipmenu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/clipmenu/Makefile b/deskutils/clipmenu/Makefile index f6d1a4d29183..54d01a074a9a 100644 --- a/deskutils/clipmenu/Makefile +++ b/deskutils/clipmenu/Makefile @@ -3,6 +3,7 @@ PORTNAME= clipmenu DISTVERSION= 6.1.0 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= nivit@FreeBSD.org @@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash:shells/bash \ clipnotify:deskutils/clipnotify \ + flock:sysutils/flock \ xsel:x11/xsel-conrad USES= xorg |