summaryrefslogtreecommitdiff
path: root/print/poppler-utils
diff options
context:
space:
mode:
authordrochner <drochner>2009-09-09 19:57:05 +0000
committerdrochner <drochner>2009-09-09 19:57:05 +0000
commitf439da631ce492e767b7806dc9c74faac2251ef1 (patch)
treef1037fe6cbd8bdd5191f3af345b54d6c694aca33 /print/poppler-utils
parentb7361e5f29874731c8f95e98fed213bd84c40ee8 (diff)
downloadpkgsrc-f439da631ce492e767b7806dc9c74faac2251ef1.tar.gz
update to 0.12.0
This is a major update, switches to the 0.12 release branch. Most notable change is that the color management stuff which we had as patches in pkgsrc is official now. Otherwise - many fixes and enhancements. (while this is a .0 release I've been tracking the 0.11.x snapshots and release candidate for a while so I don't expect big problems)
Diffstat (limited to 'print/poppler-utils')
-rw-r--r--print/poppler-utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile
index ac968f2f78a..e31cb42d121 100644
--- a/print/poppler-utils/Makefile
+++ b/print/poppler-utils/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2009/08/26 19:58:14 sno Exp $
+# $NetBSD: Makefile,v 1.9 2009/09/09 19:57:06 drochner Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-utils-${POPPLER_VERS}
-PKGREVISION= 1
COMMENT= PDF utilities (from poppler)
MAINTAINER= reed@reedmedia.net
@@ -45,4 +44,5 @@ PTHREAD_STUBLIB= # provided by libc
.endif
MAKE_ENV+= PTHREAD_STUBLIB=${PTHREAD_STUBLIB}
+.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"