aboutsummaryrefslogtreecommitdiff
path: root/x11/rofi-pass
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-02-27 20:35:22 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-02-27 20:35:22 +0000
commit469bbd9f0d6880448704230cebf1aebc030b3376 (patch)
tree8147bdb7393b8ec4b682f3ce0f31d20f7af88902 /x11/rofi-pass
parent71315be32211d32a13542cbd1b87511757fafac0 (diff)
downloadports-469bbd9f0d6880448704230cebf1aebc030b3376.tar.gz
ports-469bbd9f0d6880448704230cebf1aebc030b3376.zip
x11/rofi-pass: Fix typo in RUN_DEPENDS
Notes
Notes: svn path=/head/; revision=494083
Diffstat (limited to 'x11/rofi-pass')
-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 \