aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-27 20:34:09 +0800
committerantoine <antoine@FreeBSD.org>2013-12-27 20:34:09 +0800
commit8118db6bf0ace5f1bf8adbb22e70246c2b1cd9dc (patch)
tree3bf5558f992b01a635d3c5f472f1d6b5e17d7983 /print
parentccc573e864f2264aeec09ae83fd4bfa96ec05847 (diff)
downloadfreebsd-ports-gnome-8118db6bf0ace5f1bf8adbb22e70246c2b1cd9dc.tar.gz
freebsd-ports-gnome-8118db6bf0ace5f1bf8adbb22e70246c2b1cd9dc.tar.zst
freebsd-ports-gnome-8118db6bf0ace5f1bf8adbb22e70246c2b1cd9dc.zip
Fix LIB_DEPENDS
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 \