diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2012-11-05 03:15:36 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2012-11-05 03:15:36 +0800 |
commit | efddab9c92617ac73eb8cabd42b2f2b91fa76a9d (patch) | |
tree | 22813691abe9771c021673478334dd317687c260 /textproc/sigil | |
parent | 3ef922ac187d30c09e571cddecc63e5527a88a21 (diff) | |
download | freebsd-ports-gnome-efddab9c92617ac73eb8cabd42b2f2b91fa76a9d.tar.gz freebsd-ports-gnome-efddab9c92617ac73eb8cabd42b2f2b91fa76a9d.tar.zst freebsd-ports-gnome-efddab9c92617ac73eb8cabd42b2f2b91fa76a9d.zip |
For libhunspell the number 1.3 is a part of the name:
"libhunspell-1.3.so.0", while ".0" is an ABI version.
PR: ports/173361
Submitted by: bsam (me)
Approved by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Feature safe: yes
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 34abb44132e3..4242b082c2dc 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -12,7 +12,7 @@ COMMENT= WYSIWYG ePub editor LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ xerces-c:${PORTSDIR}/textproc/xerces-c3 \ - hunspell-1:${PORTSDIR}/textproc/hunspell \ + hunspell-1.3:${PORTSDIR}/textproc/hunspell \ pcre:${PORTSDIR}/devel/pcre LICENCE= GPLv3 |