aboutsummaryrefslogtreecommitdiff
path: root/sysutils/angrysearch
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2021-03-21 08:53:35 +0000
committerKai Knoblich <kai@FreeBSD.org>2021-03-21 08:53:35 +0000
commite57cf1f40ac73ea2657b93d16ccad33113b9a029 (patch)
treee0f0f627cebe58d05bcde6b43dac67f510b08d65 /sysutils/angrysearch
parent46810f2eb0fbfcc061c42de082c4841fa58edaed (diff)
downloadports-e57cf1f40ac73ea2657b93d16ccad33113b9a029.tar.gz
ports-e57cf1f40ac73ea2657b93d16ccad33113b9a029.zip
sysutils/angrysearch: Adjust RUN_DEPENDS for Python 3.8.7 and onward
* Since Python 3.8.7 (and also 3.9.2), .so files get an extension, e.g. ".cpython-38.so" if built with Python 3.8. Thus check for the presence of the package from databases/py-sqlite3 instead of the actual .so file itself. PR: 254425 Approved by: danfe (maintainer)
Notes
Notes: svn path=/head/; revision=568909
Diffstat (limited to 'sysutils/angrysearch')
-rw-r--r--sysutils/angrysearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/angrysearch/Makefile b/sysutils/angrysearch/Makefile
index a9c9168963b5..53ff3f84af27 100644
--- a/sysutils/angrysearch/Makefile
+++ b/sysutils/angrysearch/Makefile
@@ -12,7 +12,7 @@ COMMENT= Quick search GUI tool for Unix-like systems
LICENSE= GPLv2
RUN_DEPENDS= xdg-open:devel/xdg-utils \
- ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= DoTheEvo