diff options
author | tron <tron@pkgsrc.org> | 2006-05-31 07:57:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-05-31 07:57:17 +0000 |
commit | d10e997262bce18f6937a0d8e8dfb35de5176e96 (patch) | |
tree | 3fe8221a59e0481f5bbd6f4738201fc778d9c513 /print/xpdf | |
parent | f30a78b46e1f58d71b80dac89c6fa074113e1e14 (diff) | |
download | pkgsrc-d10e997262bce18f6937a0d8e8dfb35de5176e96.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/Makefile | 4 |
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" |