From c0f8321472dc1a12d30da690062e422abd56b8f8 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 31 May 2006 18:13:54 +0000 Subject: 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 --- print/poppler-utils/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'print/poppler-utils') 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" -- cgit v1.2.3