diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-10-31 09:53:19 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-10-31 09:53:19 +0000 |
commit | a829062c83aee6625059c5ad9fb89c6e27af9380 (patch) | |
tree | 7a15d028c353a432bd5f8afb975ff1e54173011b /graphics/zathura | |
parent | ae14a86c45aa3a9888499befe14d67e9dec2c3b6 (diff) | |
download | ports-a829062c83aee6625059c5ad9fb89c6e27af9380.tar.gz ports-a829062c83aee6625059c5ad9fb89c6e27af9380.zip |
Notes
Diffstat (limited to 'graphics/zathura')
-rw-r--r-- | graphics/zathura/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index a706e443dacd..fd9d08b97f1f 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -7,14 +7,14 @@ PORTNAME= zathura PORTVERSION= 0.0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/download/ MAINTAINER= acieroid@awesom.eu COMMENT= Customizable lightweight pdf viewer -LIB_DEPENDS= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk \ +LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib \ cairo.2:${PORTSDIR}/graphics/cairo USE_GNOME= glib20 gtk20 |