diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 12:34:09 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 12:34:09 +0000 |
commit | 2dceac3c611e5e174ed297642469e0c410a95888 (patch) | |
tree | 3bf5558f992b01a635d3c5f472f1d6b5e17d7983 /textproc/sigil | |
parent | 383e8b8f6a6a13a35b83cec306e37e4801847817 (diff) |
Notes
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 |