summaryrefslogtreecommitdiff
path: root/print/poppler-utils
diff options
context:
space:
mode:
authordrochner <drochner>2006-05-31 18:13:54 +0000
committerdrochner <drochner>2006-05-31 18:13:54 +0000
commitc0f8321472dc1a12d30da690062e422abd56b8f8 (patch)
treed88d8b4c91172d63d4441ca7e157e73c8dfc0c71 /print/poppler-utils
parentab494f7d3cbb0735011eb515311ad5011cbe079e (diff)
downloadpkgsrc-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-utils')
-rw-r--r--print/poppler-utils/Makefile5
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"