diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /textproc/groonga | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) |
Notes
Diffstat (limited to 'textproc/groonga')
-rw-r--r-- | textproc/groonga/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile index f929c2192dd7..3a743b199e14 100644 --- a/textproc/groonga/Makefile +++ b/textproc/groonga/Makefile @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-document .if ${PORT_OPTIONS:MMECAB} || exists(${LOCALBASE}/lib/libmecab.so) CONFIGURE_ARGS+= --with-mecab -LIB_DEPENDS+= mecab:${PORTSDIR}/japanese/mecab +LIB_DEPENDS+= libmecab.so:${PORTSDIR}/japanese/mecab PLIST_SUB+= MECAB="" .else CONFIGURE_ARGS+= --without-mecab @@ -55,9 +55,9 @@ PLIST_SUB+= MECAB="@comment " CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} \ --with-message-pack=${LOCALBASE} \ --enable-zeromq -LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent \ - msgpack:${PORTSDIR}/devel/msgpack \ - zmq:${PORTSDIR}/net/libzmq2 +LIB_DEPENDS+= libevent-1.4.so:${PORTSDIR}/devel/libevent \ + libmsgpack.so:${PORTSDIR}/devel/msgpack \ + libzmq.so:${PORTSDIR}/net/libzmq2 PLIST_SUB+= SUGGEST="" .else CONFIGURE_ARGS+= --without-libevent \ |