diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-27 20:34:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-27 20:34:09 +0800 |
commit | 8118db6bf0ace5f1bf8adbb22e70246c2b1cd9dc (patch) | |
tree | 3bf5558f992b01a635d3c5f472f1d6b5e17d7983 /textproc/sigil | |
parent | ccc573e864f2264aeec09ae83fd4bfa96ec05847 (diff) | |
download | freebsd-ports-gnome-8118db6bf0ace5f1bf8adbb22e70246c2b1cd9dc.tar.gz freebsd-ports-gnome-8118db6bf0ace5f1bf8adbb22e70246c2b1cd9dc.tar.zst freebsd-ports-gnome-8118db6bf0ace5f1bf8adbb22e70246c2b1cd9dc.zip |
Fix LIB_DEPENDS
Diffstat (limited to 'textproc/sigil')
-rw-r--r-- | textproc/sigil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 921b18cfd3a2..1ba4223bd9ab 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -13,7 +13,7 @@ COMMENT= WYSIWYG ePub editor LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ - libhunspell-1.so:${PORTSDIR}/textproc/hunspell \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ libpcre.so:${PORTSDIR}/devel/pcre LICENSE= GPLv3 |