aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rofi-pass/Makefile
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2019-02-28 04:35:22 +0800
committertobik <tobik@FreeBSD.org>2019-02-28 04:35:22 +0800
commitfc25924da6676c8d16b92c28f40267804e3bfb06 (patch)
tree8147bdb7393b8ec4b682f3ce0f31d20f7af88902 /x11/rofi-pass/Makefile
parent8209fd9286728c49a4c36b7df0f950e1fe44c9ce (diff)
downloadfreebsd-ports-gnome-fc25924da6676c8d16b92c28f40267804e3bfb06.tar.gz
freebsd-ports-gnome-fc25924da6676c8d16b92c28f40267804e3bfb06.tar.zst
freebsd-ports-gnome-fc25924da6676c8d16b92c28f40267804e3bfb06.zip
x11/rofi-pass: Fix typo in RUN_DEPENDS
Diffstat (limited to 'x11/rofi-pass/Makefile')
-rw-r--r--x11/rofi-pass/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rofi-pass/Makefile b/x11/rofi-pass/Makefile
index 1dc99351af38..3c174e334628 100644
--- a/x11/rofi-pass/Makefile
+++ b/x11/rofi-pass/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rofi-pass
DISTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= alex@xanderio.de
@@ -10,7 +11,7 @@ COMMENT= Rofi frontend for pass
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
-xRUN_DEPENDS= bash:shells/bash \
+RUN_DEPENDS= bash:shells/bash \
gawk:lang/gawk \
${LOCALBASE}/bin/grep:textproc/gnugrep \
pass:sysutils/password-store \