diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libkolabxml/Makefile | 6 | ||||
-rw-r--r-- | textproc/sigil/Makefile | 8 | ||||
-rw-r--r-- | textproc/source-highlight/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlwrapp/Makefile | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/textproc/libkolabxml/Makefile b/textproc/libkolabxml/Makefile index cea1ddd87391..43d2fc942404 100644 --- a/textproc/libkolabxml/Makefile +++ b/textproc/libkolabxml/Makefile @@ -15,9 +15,9 @@ COMMENT= Kolab XML Format Schema Definitions Library LICENSE= LGPL3 BUILD_DEPENDS= xsdcxx:${PORTSDIR}/devel/xsd -LIB_DEPENDS= boost_system:${PORTSDIR}/devel/boost-libs \ - curl:${PORTSDIR}/ftp/curl \ - xerces-c.3:${PORTSDIR}/textproc/xerces-c3 +LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 # TODO: Conditionally enable the bindings based on OPTIONs. CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \ 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 diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 3d59b2faa6cc..6ef7e08d0761 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -11,7 +11,7 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= C/C++ and Java sources to HTML converter BUILD_DEPENDS= exctags:${PORTSDIR}/devel/ctags -LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index da7cb8da1778..dd839c0dde33 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -12,7 +12,7 @@ COMMENT= A modern style C++ library for working with XML data LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= boost_iostreams:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs OPTIONS_DEFINE= XSLT XSLT_DESC= Build libxsltwrap library (requires libxslt) |