summaryrefslogtreecommitdiff
path: root/print/poppler-glib/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2006-05-31 18:13:54 +0000
committerdrochner <drochner>2006-05-31 18:13:54 +0000
commit4fb6debc91590b7701713691101ae05b81f924a0 (patch)
treed88d8b4c91172d63d4441ca7e157e73c8dfc0c71 /print/poppler-glib/Makefile
parent504fb1f35b0490361439fa9d064deb8867f3b457 (diff)
downloadpkgsrc-4fb6debc91590b7701713691101ae05b81f924a0.tar.gz
update to 0.5.3
changes: -improved Qt bindings -Cairo backend now supports masked images -make glib bindings more language binding friendly -Search now works with ligatures -glib bindings now has an entry point to render to a cairo_t -GCC 4.1 and MSVC compilation fixes -bugfixes and cleanup
Diffstat (limited to 'print/poppler-glib/Makefile')
-rw-r--r--print/poppler-glib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/poppler-glib/Makefile b/print/poppler-glib/Makefile
index bfc6014b6ac..ff53389995d 100644
--- a/print/poppler-glib/Makefile
+++ b/print/poppler-glib/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2006/04/17 13:46:46 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2006/05/31 18:13:54 drochner Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-glib-${POPPLER_VERS}
-PKGREVISION= 3
COMMENT= PDF rendering library (GLib wrapper)
@@ -36,7 +35,7 @@ post-install:
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
-BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}nb1
+BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
.include "../../print/poppler/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"