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 /graphics/okular | |
parent | 709b7cca5bde6f8fa51dcf43116c1ca180777df0 (diff) |
Notes
Diffstat (limited to 'graphics/okular')
-rw-r--r-- | graphics/okular/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index e51d99f87cfb..dc2aeb33343a 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= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,7 +15,7 @@ LIB_DEPENDS= djvulibre:${PORTSDIR}/graphics/djvulibre \ jpeg:${PORTSDIR}/graphics/jpeg \ qca:${PORTSDIR}/devel/qca \ tiff:${PORTSDIR}/graphics/tiff \ - poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ + libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ spectre:${PORTSDIR}/print/libspectre \ chm:${PORTSDIR}/misc/chmlib \ freetype:${PORTSDIR}/print/freetype2 \ |