summaryrefslogtreecommitdiff
path: root/print/poppler-utils
diff options
context:
space:
mode:
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"