diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-27 16:54:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-27 16:54:21 +0000 |
commit | 2a51b2182ad0b57bacbb854e03d7ee3be79c35b4 (patch) | |
tree | a20cf547b992a276c5803b968785a611ab644e11 /editors/openoffice-4 | |
parent | 709b7cca5bde6f8fa51dcf43116c1ca180777df0 (diff) | |
download | ports-2a51b2182ad0b57bacbb854e03d7ee3be79c35b4.tar.gz ports-2a51b2182ad0b57bacbb854e03d7ee3be79c35b4.zip |
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-4')
-rw-r--r-- | editors/openoffice-4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index dd22c64d1903..add5eff6d194 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,6 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= http://www.apache.org/dist/openoffice/${PORTVERSION}/source/ \ ftp://ftp.riken.jp/net/apache/openoffice/${PORTVERSION}/source/ \ @@ -116,7 +117,7 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ jpeg:${PORTSDIR}/graphics/jpeg \ curl:${PORTSDIR}/ftp/curl \ hunspell-1.3:${PORTSDIR}/textproc/hunspell \ - poppler-glib:${PORTSDIR}/graphics/poppler-glib \ + libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib \ rdf:${PORTSDIR}/textproc/redland \ textcat:${PORTSDIR}/textproc/libtextcat \ freetype:${PORTSDIR}/print/freetype2 \ |