diff options
author | swills <swills@FreeBSD.org> | 2019-03-05 06:08:50 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-03-05 06:08:50 +0800 |
commit | 6b7f1d7e4e117e5cfea1fb560e51c0b5178f89c0 (patch) | |
tree | 47bcd65abc995e628571b0cd6809c744c07648c4 /x11 | |
parent | aa28df98031a867f0371f5055ab279eba20ce0cc (diff) | |
download | freebsd-ports-gnome-6b7f1d7e4e117e5cfea1fb560e51c0b5178f89c0.tar.gz freebsd-ports-gnome-6b7f1d7e4e117e5cfea1fb560e51c0b5178f89c0.tar.zst freebsd-ports-gnome-6b7f1d7e4e117e5cfea1fb560e51c0b5178f89c0.zip |
x11/rofi-pass: remove unnecessary dependencies
PR: 236225
Submitted by: alex@xanderio.de (maintainer)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rofi-pass/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/rofi-pass/Makefile b/x11/rofi-pass/Makefile index 3c174e334628..8978c4ea82eb 100644 --- a/x11/rofi-pass/Makefile +++ b/x11/rofi-pass/Makefile @@ -2,7 +2,7 @@ PORTNAME= rofi-pass DISTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= alex@xanderio.de @@ -12,8 +12,6 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash:shells/bash \ - gawk:lang/gawk \ - ${LOCALBASE}/bin/grep:textproc/gnugrep \ pass:sysutils/password-store \ pwgen:sysutils/pwgen \ qrencode:graphics/libqrencode \ |