diff options
author | crees <crees@FreeBSD.org> | 2011-08-24 17:42:02 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-24 17:42:02 +0800 |
commit | 8ca38d74004a0a9f254a287ab012e0d41ec82026 (patch) | |
tree | d94c6e4f76403ffd472c45d2a3faac3b25f8d59e /editors | |
parent | b762f91db43e88e4e65c90dd8d24c20358c3b85b (diff) | |
download | freebsd-ports-gnome-8ca38d74004a0a9f254a287ab012e0d41ec82026.tar.gz freebsd-ports-gnome-8ca38d74004a0a9f254a287ab012e0d41ec82026.tar.zst freebsd-ports-gnome-8ca38d74004a0a9f254a287ab012e0d41ec82026.zip |
Chase poppler shlib bump
Submitted by: bapt
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice-legacy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice-legacy/Makefile b/editors/libreoffice-legacy/Makefile index c9b0f7bd56df..1f7275e0ccb3 100644 --- a/editors/libreoffice-legacy/Makefile +++ b/editors/libreoffice-legacy/Makefile @@ -7,7 +7,7 @@ PORTNAME= libreoffice PORTVERSION= 3.3.3 -PORTREVISION= 2 +PORTREVISION= 3 LOVERSION= ${PORTVERSION}.1 CATEGORIES= editors MASTER_SITES= http://ftp.osuosl.org/pub/tdf/libreoffice/src/ \ @@ -90,7 +90,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ jpeg.11:${PORTSDIR}/graphics/jpeg \ curl.6:${PORTSDIR}/ftp/curl \ hunspell-1.3.0:${PORTSDIR}/textproc/hunspell \ - poppler.6:${PORTSDIR}/graphics/poppler \ + poppler.13:${PORTSDIR}/graphics/poppler \ wpd-0.9.9:${PORTSDIR}/textproc/libwpd \ wpg-0.2.2:${PORTSDIR}/graphics/libwpg \ wps-0.2.2:${PORTSDIR}/textproc/libwps \ |