diff options
author | drochner <drochner> | 2006-05-31 18:13:54 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-05-31 18:13:54 +0000 |
commit | c0f8321472dc1a12d30da690062e422abd56b8f8 (patch) | |
tree | d88d8b4c91172d63d4441ca7e157e73c8dfc0c71 /print/poppler/Makefile | |
parent | ab494f7d3cbb0735011eb515311ad5011cbe079e (diff) | |
download | pkgsrc-c0f8321472dc1a12d30da690062e422abd56b8f8.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/Makefile')
-rw-r--r-- | print/poppler/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile index 8547631d5a6..677f85d12c5 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2006/04/01 19:57:57 reed Exp $ +# $NetBSD: Makefile,v 1.18 2006/05/31 18:13:54 drochner Exp $ # .include "../../print/poppler/Makefile.common" -PKGREVISION= 3 - COMMENT= PDF rendering library USE_TOOLS+= gmake |