diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-31 18:13:54 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-31 18:13:54 +0000 |
commit | 551dbc985a4cc06480c61c2583f18ee1d86d1791 (patch) | |
tree | d88d8b4c91172d63d4441ca7e157e73c8dfc0c71 /print/poppler-utils | |
parent | 032f7e69cef3677283173a4b8d98176f62d69140 (diff) | |
download | pkgsrc-551dbc985a4cc06480c61c2583f18ee1d86d1791.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-utils')
-rw-r--r-- | print/poppler-utils/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile index 46d2ce60816..1a24cf8a997 100644 --- a/print/poppler-utils/Makefile +++ b/print/poppler-utils/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2006/04/06 18:25:39 reed Exp $ +# $NetBSD: Makefile,v 1.4 2006/05/31 18:13:54 drochner Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-utils-${POPPLER_VERS} -PKGREVISION= 1 COMMENT= PDF utilities (from poppler) @@ -30,7 +29,7 @@ CONFIGURE_ARGS+= --enable-utils # the default BUILD_DIRS= utils # implies INSTALL_DIRS too -BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}nb3 +BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS} .include "../../print/poppler/buildlink3.mk" .include "../../mk/bsd.prefs.mk" |