aboutsummaryrefslogtreecommitdiff
path: root/sysutils/angrysearch
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-07-04 06:39:45 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-07-04 06:39:45 +0000
commit7b1a94963702b96cc8bb33945d443b2042ac9ecb (patch)
tree9c5c26be70de3c4104939b9a1788c1165e56eed2 /sysutils/angrysearch
parentc3f4dd1d5c16df745c55dc7972900b44c9cd963c (diff)
downloadports-7b1a94963702b96cc8bb33945d443b2042ac9ecb.tar.gz
ports-7b1a94963702b96cc8bb33945d443b2042ac9ecb.zip
Notes
Diffstat (limited to 'sysutils/angrysearch')
-rw-r--r--sysutils/angrysearch/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/angrysearch/Makefile b/sysutils/angrysearch/Makefile
index 93ea4236020c..edddf71c8f3c 100644
--- a/sysutils/angrysearch/Makefile
+++ b/sysutils/angrysearch/Makefile
@@ -3,6 +3,7 @@
PORTNAME= angrysearch
PORTVERSION= 1.0.2 # untagged, but specified in the setup.py
+PORTREVISION= 1
CATEGORIES= sysutils python
MAINTAINER= danfe@FreeBSD.org
@@ -10,7 +11,8 @@ COMMENT= Quick search GUI tool for Unix-like systems
LICENSE= GPLv2
-RUN_DEPENDS= xdg-open:devel/xdg-utils
+RUN_DEPENDS= xdg-open:devel/xdg-utils \
+ ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= DoTheEvo