Unbreak the zathura packaging after the update to poppler-0.18. Please test.
Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/zathura/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 3 Nov 2011 20:13:20 -0000 1.13 +++ Makefile 17 Nov 2011 16:41:30 -0000 @@ -27,7 +27,10 @@ WANTLIB += poppler-glib pthread pthread- MASTER_SITES = https://pwmt.org/download/ -LIB_DEPENDS = print/poppler +LIB_DEPENDS = devel/atk \ + graphics/gdk-pixbuf2 \ + print/poppler \ + x11/gtk+2 MAKE_FLAGS = MANPREFIX=${WRKINST}/${PREFIX}/man CC=${CC} FAKE_FLAGS = DESTDIR=''
