diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
commit | 21bc5c0345300431d6e3edc6c43d743c61fc7b5e (patch) | |
tree | 2cf1a158cf8540bcd6bed759d4e35240e31330bb /lang/io | |
parent | 5fe67ba9212540bea871dfec487d380ec3079f21 (diff) | |
download | ports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.tar.gz ports-21bc5c0345300431d6e3edc6c43d743c61fc7b5e.zip |
Notes
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 85acc3fa6b9a..fa9d89496afb 100644 --- a/lang/io/Makefile.addons +++ b/lang/io/Makefile.addons @@ -94,7 +94,7 @@ Python_USES= python QDBM_LIB_DEPENDS= libqdbm.so:databases/qdbm ReadLine_USES= readline:port Regex_LIB_DEPENDS= libpcre.so:devel/pcre -SQLite3_USE= SQLITE=3 +SQLite3_USES= sqlite:3 SampleRateConverter_LIB_DEPENDS=\ libsamplerate.so:audio/libsamplerate Socket_LIB_DEPENDS= libevent.so:devel/libevent2 |