summaryrefslogtreecommitdiff
path: root/print/poppler-utils
diff options
context:
space:
mode:
authorreed <reed>2006-04-06 18:25:39 +0000
committerreed <reed>2006-04-06 18:25:39 +0000
commitd42850102408e04738f794400bd9b7af38d092d3 (patch)
tree06c6ec435318be7566e2933b4a4cc6c78ee04a4a /print/poppler-utils
parent269eeae4653bdcc51663b755d6c62f915e13f4d2 (diff)
downloadpkgsrc-d42850102408e04738f794400bd9b7af38d092d3.tar.gz
Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.
I missed this in my commit earlier.
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 cc723ebff46..46d2ce60816 100644
--- a/print/poppler-utils/Makefile
+++ b/print/poppler-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/04/03 21:20:06 reed Exp $
+# $NetBSD: Makefile,v 1.3 2006/04/06 18:25:39 reed Exp $
#
.include "../../print/poppler/Makefile.common"
@@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --enable-utils # the default
BUILD_DIRS= utils # implies INSTALL_DIRS too
-BUILDLINK_DEPENDS.poppler+= poppler>=${POPPLER_VERS}nb3
+BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}nb3
.include "../../print/poppler/buildlink3.mk"
.include "../../mk/bsd.prefs.mk"