summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-27 16:54:21 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-27 16:54:21 +0000
commit2a51b2182ad0b57bacbb854e03d7ee3be79c35b4 (patch)
treea20cf547b992a276c5803b968785a611ab644e11 /editors/openoffice-3/Makefile
parentMake implicit dependency on glut explicit (required for vwebp) (diff)
Update poppler to 0.24.4.
Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax.
Notes
Notes: svn path=/head/; revision=337749
Diffstat (limited to 'editors/openoffice-3/Makefile')
-rw-r--r--editors/openoffice-3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index 084f359356a7..98a98c2c372a 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -3,7 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= 3.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors java
MASTER_SITES= ftp://ftp.riken.jp/net/apache/incubator/ooo/3.4.1/source/ \
${MASTER_SITE_LOCAL:S@%SUBDIR%@maho/openoffice@}:extsrc
@@ -113,7 +113,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
jpeg.11:${PORTSDIR}/graphics/jpeg \
curl:${PORTSDIR}/ftp/curl \
hunspell-1.3.0:${PORTSDIR}/textproc/hunspell \
- poppler-glib.8:${PORTSDIR}/graphics/poppler-glib \
+ libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \
rdf.0:${PORTSDIR}/textproc/redland \
textcat.0:${PORTSDIR}/textproc/libtextcat \
freetype.9:${PORTSDIR}/print/freetype2 \