diff options
author | kwm <kwm@FreeBSD.org> | 2016-01-21 19:40:10 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-01-21 19:40:10 +0000 |
commit | 22763898874f51ed19a9c22429b2574c14d8fe44 (patch) | |
tree | db5d229e8e0767cba906f5eb1c23c22060981bba /graphics/okular/Makefile | |
parent | cd148555f4ede40c9c7734055821c2d02a1e2d26 (diff) | |
download | FreeBSD-ports-22763898874f51ed19a9c22429b2574c14d8fe44.zip FreeBSD-ports-22763898874f51ed19a9c22429b2574c14d8fe44.tar.gz |
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3]
Diffstat (limited to 'graphics/okular/Makefile')
-rw-r--r-- | graphics/okular/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index 005741f..e13e367 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -2,7 +2,7 @@ PORTNAME= okular PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} |