diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:36:20 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:36:20 +0000 |
commit | 284cf7e6238e1818f820249028610aa60b2d146b (patch) | |
tree | 2d5a24d57a83c8612c5741488988d6819f23f4c9 /graphics/zathura | |
parent | 8baa0305dbf37f362652e57504f2bb313edc2514 (diff) | |
download | ports-284cf7e6238e1818f820249028610aa60b2d146b.tar.gz ports-284cf7e6238e1818f820249028610aa60b2d146b.zip |
Notes
Diffstat (limited to 'graphics/zathura')
-rw-r--r-- | graphics/zathura/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index c6bf292264e3..944f65671aa4 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -7,13 +7,14 @@ PORTNAME= zathura PORTVERSION= 0.0.8.4 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/download/ MAINTAINER= acieroid@awesom.eu COMMENT= Customizable lightweight pdf viewer -LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk \ +LIB_DEPENDS= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk \ cairo.2:${PORTSDIR}/graphics/cairo USE_GNOME= glib20 gtk20 |