summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-27 12:34:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-27 12:34:09 +0000
commit2dceac3c611e5e174ed297642469e0c410a95888 (patch)
tree3bf5558f992b01a635d3c5f472f1d6b5e17d7983 /print
parent- Update to 0.6.3 (bugfix release) (diff)
Fix LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=337723
Diffstat (limited to 'print')
-rw-r--r--print/scribus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index dea4ed9bf9cf..4dee9942f5c2 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libpodofo.so:${PORTSDIR}/graphics/podofo \
libboost_thread.so:${PORTSDIR}/devel/boost-libs \
- libhunspell.so:${PORTSDIR}/textproc/hunspell \
+ libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
libcairo.so:${PORTSDIR}/graphics/cairo \
libhyphen.so:${PORTSDIR}/textproc/hyphen \
libexecinfo.so:${PORTSDIR}/devel/libexecinfo \