diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-27 20:34:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-27 20:34:09 +0800 |
commit | 8118db6bf0ace5f1bf8adbb22e70246c2b1cd9dc (patch) | |
tree | 3bf5558f992b01a635d3c5f472f1d6b5e17d7983 /print | |
parent | ccc573e864f2264aeec09ae83fd4bfa96ec05847 (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |