diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 22:15:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 22:15:03 +0800 |
commit | d25e7fc771070e3ec184f069986cc24d78e3b572 (patch) | |
tree | c4ea42245d0b053c1a31462b408d6990c18047e0 /textproc/xmlwrapp | |
parent | 4fc1ebe6fd71add26a2a950884c9af3e4f24a915 (diff) | |
download | freebsd-ports-gnome-d25e7fc771070e3ec184f069986cc24d78e3b572.tar.gz freebsd-ports-gnome-d25e7fc771070e3ec184f069986cc24d78e3b572.tar.zst freebsd-ports-gnome-d25e7fc771070e3ec184f069986cc24d78e3b572.zip |
Convert LIB_DEPENDS for ports depending on boost
Diffstat (limited to 'textproc/xmlwrapp')
-rw-r--r-- | textproc/xmlwrapp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |