diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /lang/io | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) |
Notes
Diffstat (limited to 'lang/io')
-rw-r--r-- | lang/io/Makefile | 2 | ||||
-rw-r--r-- | lang/io/Makefile.addons | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index 576cd94b6384..41b0957d47cc 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -3,7 +3,7 @@ PORTNAME= io PORTVERSION= 2015.11.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MAINTAINER= gahr@FreeBSD.org diff --git a/lang/io/Makefile.addons b/lang/io/Makefile.addons index e7f27399b71e..da921ad16c7f 100644 --- a/lang/io/Makefile.addons +++ b/lang/io/Makefile.addons @@ -99,7 +99,7 @@ Regex_LIB_DEPENDS= libpcre.so:devel/pcre SQLite3_USES= sqlite:3 SampleRateConverter_LIB_DEPENDS=\ libsamplerate.so:audio/libsamplerate -Socket_LIB_DEPENDS= libevent.so:devel/libevent2 +Socket_LIB_DEPENDS= libevent.so:devel/libevent TagLib_LIB_DEPENDS= libtag.so:audio/taglib Theora_LIB_DEPENDS= libtheora.so:multimedia/libtheora TokyoCabinet_LIB_DEPENDS= \ |