diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-10 21:06:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-10 21:06:39 +0000 |
commit | 10f5e8576fb1331bc700551cee28ba4b68c1f450 (patch) | |
tree | 5c629b4bf5189b0863629ff754faa24f7b96107c /editors | |
parent | a051292cd3a4a3b1f819a0e74b2ca97df8bce860 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 32fc5500aa18..b1287efe7217 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -7,6 +7,7 @@ PORTNAME= libreoffice PORTVERSION= 3.3.3 +PORTREVISION= 1 LOVERSION= ${PORTVERSION}.1 CATEGORIES= editors MASTER_SITES= http://ftp.osuosl.org/pub/tdf/libreoffice/src/ \ @@ -82,7 +83,7 @@ EXTRACT_BEFORE_ARGS= LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ xml2.5:${PORTSDIR}/textproc/libxml2 \ expat.6:${PORTSDIR}/textproc/expat2 \ - icutu.46:${PORTSDIR}/devel/icu \ + icutu.48:${PORTSDIR}/devel/icu \ jpeg.11:${PORTSDIR}/graphics/jpeg \ curl.6:${PORTSDIR}/ftp/curl \ hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell \ |