summaryrefslogtreecommitdiff
path: root/print/xpdf
diff options
context:
space:
mode:
authortron <tron>2006-05-31 07:57:17 +0000
committertron <tron>2006-05-31 07:57:17 +0000
commitd42c4b0a0b36a8824aaa9322911a31fc5e4d0a04 (patch)
tree3fe8221a59e0481f5bbd6f4738201fc778d9c513 /print/xpdf
parent85c3cd44fa4110bd22ef827b6cc2414dd3a0e2ba (diff)
downloadpkgsrc-d42c4b0a0b36a8824aaa9322911a31fc5e4d0a04.tar.gz
Set API dependence for "freetype2" to version 2.2.1 or newer. The new
"xpdf" package works fine with an old "freetype2" library but cannot be built with the old include files. This fixes PR pkg/33607 by Brad Harder.
Diffstat (limited to 'print/xpdf')
-rw-r--r--print/xpdf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile
index ecdd61020d3..535b06f80c4 100644
--- a/print/xpdf/Makefile
+++ b/print/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/05/30 20:03:28 tron Exp $
+# $NetBSD: Makefile,v 1.57 2006/05/31 07:57:17 tron Exp $
DISTNAME= xpdf-3.01
PKGNAME= ${DISTNAME}pl2
@@ -49,6 +49,8 @@ SUBST_STAGE.paths= post-patch
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/xpdf
+BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.2.1
+
.include "../../fonts/t1lib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"