diff options
author | gdt <gdt@pkgsrc.org> | 2011-05-09 14:03:26 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-05-09 14:03:26 +0000 |
commit | 5ed4e41bb23988cf30f9f954dfe2f5175c0d6266 (patch) | |
tree | 91c90bf9198ed1546d4d6b391175c6625f243017 /print | |
parent | 4db5e3c87a7b2fd1fd5e36748e9288a6c3e4271d (diff) | |
download | pkgsrc-5ed4e41bb23988cf30f9f954dfe2f5175c0d6266.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')
-rw-r--r-- | print/poppler-utils/Makefile | 4 |
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" |