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/xournal | |
parent | 8baa0305dbf37f362652e57504f2bb313edc2514 (diff) |
Notes
Diffstat (limited to 'graphics/xournal')
-rw-r--r-- | graphics/xournal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index 777d60ffc8e0..54808f0d7cd8 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -7,13 +7,14 @@ PORTNAME= xournal PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= me@janh.de COMMENT= A notetaking application that can annotate PDFs -LIB_DEPENDS= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk LICENSE= GPLv2 |