diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-19 05:23:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-19 05:23:03 +0000 |
commit | 0f57ce77afaad12ca17c2e74d318f146418f5aad (patch) | |
tree | 2a519361558e66339300a0c17273a15d22026c77 /editors/libreoffice | |
parent | 6e7763dcc32be608dd5017c4472bc7a4c757e45c (diff) |
Notes
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index fa3dd806fff4..5f04a0cf3cb1 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -7,7 +7,7 @@ PORTNAME= libreoffice PORTVERSION= 3.3.3 -PORTREVISION= 1 +PORTREVISION= 2 LOVERSION= ${PORTVERSION}.1 CATEGORIES= editors MASTER_SITES= http://ftp.osuosl.org/pub/tdf/libreoffice/src/ \ @@ -86,7 +86,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ icutu.48:${PORTSDIR}/devel/icu \ jpeg.11:${PORTSDIR}/graphics/jpeg \ curl.6:${PORTSDIR}/ftp/curl \ - hunspell-1.2.0:${PORTSDIR}/textproc/hunspell \ + hunspell-1.3.0:${PORTSDIR}/textproc/hunspell \ poppler.6:${PORTSDIR}/graphics/poppler \ wpd-0.9.9:${PORTSDIR}/textproc/libwpd \ wpg-0.2.2:${PORTSDIR}/graphics/libwpg \ |