diff options
author | Yasuhiro Kimura <yasu@utahime.org> | 2021-05-15 06:50:22 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-05-15 07:14:04 +0000 |
commit | 9671981826f7ef8b1e7fb0a430ee24d4a1f0acf2 (patch) | |
tree | fe4be6c86d5ebad1e08ad79d5ed6ba427147cd8e /lang/io | |
parent | 4032ece1e981d7f4f214aeebb25dfcf22a625d2b (diff) |
Diffstat (limited to 'lang/io')
-rw-r--r-- | lang/io/Makefile.addons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/io/Makefile.addons b/lang/io/Makefile.addons index ec5e2eda3b3a..7555c4b0113b 100644 --- a/lang/io/Makefile.addons +++ b/lang/io/Makefile.addons @@ -101,7 +101,7 @@ OPENGL_USE= GL=glut XORG=xmu POSTGRESQL_USES= pgsql PYTHON_USES= python:3.3+ QDBM_LIB_DEPENDS= libqdbm.so:databases/qdbm -READLINE_USES= readline:port +READLINE_USES= readline REGEX_LIB_DEPENDS= libpcre.so:devel/pcre SQLITE3_USES= sqlite:3 SAMPLERATECONVERTER_LIB_DEPENDS=\ |