summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2008-02-02 09:46:49 +0000
committerdsainty <dsainty@pkgsrc.org>2008-02-02 09:46:49 +0000
commit4febe7c9239c634adbfbaf7531b76856437682d3 (patch)
treee90db0cb67b7c3e9bd23a60639266d26c639e86b /fonts
parentf8c0333920cfabb228a787910c6a1752fd719ffd (diff)
downloadpkgsrc-4febe7c9239c634adbfbaf7531b76856437682d3.tar.gz
This package needs XInput.h too, so needs libXi/buildlink3.mk to build
under modular X.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontforge/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile
index 008379df827..0ca33df15bb 100644
--- a/fonts/fontforge/Makefile
+++ b/fonts/fontforge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2008/01/29 01:11:15 jnemeth Exp $
+# $NetBSD: Makefile,v 1.41 2008/02/02 09:46:49 dsainty Exp $
DISTNAME= fontforge_full-${VERSION}
PKGNAME= fontforge-${VERSION}
@@ -31,4 +31,5 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
.include "../../graphics/tiff/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXi/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"