diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-03 22:24:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-03 22:24:36 +0000 |
commit | 70b03eae74a269dd8c450c0414ae8c27e719b128 (patch) | |
tree | a8ed8d1d00fc9115ded6faf82f4509c256a9166a /print | |
parent | ae0db8070bc48689b61fd5dee8d3b330366634ae (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx/Makefile | 4 | ||||
-rw-r--r-- | print/scribus/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 15fbc302d8f1..3b7bd2d39cfd 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,7 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ @@ -46,7 +46,7 @@ ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ENCHANT_CONFIGURE_OFF= --without-enchant ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant HUNSPELL_CONFIGURE_OFF= --without-hunspell -HUNSPELL_LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +HUNSPELL_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 8a839ed28721..1b803bd22316 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -18,7 +18,7 @@ LIB_DEPENDS= liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 \ libpodofo.so:graphics/podofo \ libboost_thread.so:devel/boost-libs \ - libhunspell-1.3.so:textproc/hunspell \ + libhunspell-1.5.so:textproc/hunspell \ libcairo.so:graphics/cairo \ libhyphen.so:textproc/hyphen \ libfontconfig.so:x11-fonts/fontconfig |