summaryrefslogtreecommitdiff
path: root/print/poppler-utils
diff options
context:
space:
mode:
authordrochner <drochner>2009-02-12 20:55:07 +0000
committerdrochner <drochner>2009-02-12 20:55:07 +0000
commit8bdd83365fae946b58b8cea1eafcc35bd1b32859 (patch)
treec580d8667786ff8b974b003723da6f55dc6bc95e /print/poppler-utils
parent1fba5ffcd5062f48b300962cd810853b8495ecef (diff)
downloadpkgsrc-8bdd83365fae946b58b8cea1eafcc35bd1b32859.tar.gz
update to 0.10.4
changes: -fixed some crashes and a memory leak -fixed pdfimages to work for jpeg pkgsrc change: pulled in color management support from the development branch (but tested by me for many weeks), as an option which is on per default
Diffstat (limited to 'print/poppler-utils')
-rw-r--r--print/poppler-utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile
index 3ef5f3ed343..deaa0d59159 100644
--- a/print/poppler-utils/Makefile
+++ b/print/poppler-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2008/11/20 14:28:22 dillo Exp $
+# $NetBSD: Makefile,v 1.7 2009/02/12 20:55:07 drochner Exp $
#
.include "../../print/poppler/Makefile.common"
@@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --disable-gtk-test
CONFIGURE_ARGS+= --disable-poppler-glib
# Enable build and install of the tools
CONFIGURE_ARGS+= --enable-utils # the default
+CONFIGURE_ARGS+= --disable-cms
BUILD_DIRS= utils # implies INSTALL_DIRS too