diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 14:15:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 14:15:03 +0000 |
commit | 44e9f64a275cdae1f2dd4bd1a517f48f9e075a81 (patch) | |
tree | c4ea42245d0b053c1a31462b408d6990c18047e0 /textproc/sigil | |
parent | 9c8b302188158c6ba8db4af427c7bcb6b2c9452c (diff) |
Notes
Diffstat (limited to 'textproc/sigil')
-rw-r--r-- | textproc/sigil/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 945676ffc3d5..921b18cfd3a2 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -11,10 +11,10 @@ DISTNAME= Sigil-${PORTVERSION}-Code MAINTAINER= jonc@chen.org.nz COMMENT= WYSIWYG ePub editor -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ - xerces-c:${PORTSDIR}/textproc/xerces-c3 \ - hunspell-1.3:${PORTSDIR}/textproc/hunspell \ - pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ + libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ + libhunspell-1.so:${PORTSDIR}/textproc/hunspell \ + libpcre.so:${PORTSDIR}/devel/pcre LICENSE= GPLv3 |