summaryrefslogtreecommitdiff
path: root/print/poppler-utils
diff options
context:
space:
mode:
authorgdt <gdt>2011-05-09 14:03:26 +0000
committergdt <gdt>2011-05-09 14:03:26 +0000
commit82268c1faedac9f1c51eb96075b6e1b9ad125cc4 (patch)
tree91c90bf9198ed1546d4d6b391175c6625f243017 /print/poppler-utils
parent6d1d3f44f122ddb98261e9e264f086e171330e92 (diff)
downloadpkgsrc-82268c1faedac9f1c51eb96075b6e1b9ad125cc4.tar.gz
bl3 against jpeg. PKGREVISION++.
I found pdftops linked against jpeg directly, and on one system it then failed after the jpeg 6->8 shlib update. ok reed@
Diffstat (limited to 'print/poppler-utils')
-rw-r--r--print/poppler-utils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile
index d416a23647e..569db96f395 100644
--- a/print/poppler-utils/Makefile
+++ b/print/poppler-utils/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2011/01/31 16:58:42 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2011/05/09 14:03:26 gdt Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-utils-${POPPLER_VERS}
+PKGREVISION= 1
COMMENT= PDF utilities (from poppler)
MAINTAINER= reed@reedmedia.net
@@ -44,5 +45,6 @@ PTHREAD_STUBLIB= # provided by libc
.endif
MAKE_ENV+= PTHREAD_STUBLIB=${PTHREAD_STUBLIB}
+.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"