diff options
author | mezz <mezz@FreeBSD.org> | 2013-03-21 13:27:16 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2013-03-21 13:27:16 +0800 |
commit | 659ae5f671621168b5422da58b6dcb246f510611 (patch) | |
tree | c071769bfc107a2663404651db1a2a29a9d85c31 /graphics/okular | |
parent | 9c185be14dea93a7be1396360eccc508489c375b (diff) | |
download | freebsd-ports-gnome-659ae5f671621168b5422da58b6dcb246f510611.tar.gz freebsd-ports-gnome-659ae5f671621168b5422da58b6dcb246f510611.tar.zst freebsd-ports-gnome-659ae5f671621168b5422da58b6dcb246f510611.zip |
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
on poppler.
Submitted by: kwm (poppler* part)
Diffstat (limited to 'graphics/okular')
-rw-r--r-- | graphics/okular/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index da2a404376fb..a0ca339b7771 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,6 +2,7 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -14,7 +15,7 @@ LIB_DEPENDS= djvulibre:${PORTSDIR}/graphics/djvulibre \ jpeg.11:${PORTSDIR}/graphics/jpeg \ qca.2:${PORTSDIR}/devel/qca \ tiff.4:${PORTSDIR}/graphics/tiff \ - poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 \ + poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ spectre.1:${PORTSDIR}/print/libspectre \ chm.0:${PORTSDIR}/misc/chmlib \ freetype.9:${PORTSDIR}/print/freetype2 \ |