summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2006-04-08 07:21:28 +0000
committerreed <reed@pkgsrc.org>2006-04-08 07:21:28 +0000
commit9df9ff4e6d2fdcb25434ed6769bd9d45e28eae2d (patch)
treedceae345b51c1fcb0761ff7f8339023210aface5 /fonts
parentf7087e29f886aee7cae50c187709be2563921264 (diff)
downloadpkgsrc-9df9ff4e6d2fdcb25434ed6769bd9d45e28eae2d.tar.gz
Also include x11.buildlink3.mk.
The configure checks for Xaw and Intrinsics headers and if no X, then it does not build xglyph and libt1x. (I noticed because I am using modular X.org and the libXpm doesn't pull in Xaw or Xt.)
Diffstat (limited to 'fonts')
-rw-r--r--fonts/t1lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile
index 8e2691ed328..73d3f8f867d 100644
--- a/fonts/t1lib/Makefile
+++ b/fonts/t1lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/03/04 21:29:40 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2006/04/08 07:21:28 reed Exp $
DISTNAME= t1lib-5.1.0
PKGREVISION= 5
@@ -48,4 +48,5 @@ post-install:
cd ${WRKSRC}/examples; \
${PAX} -rw FontDataBase t1example1.c t1lib.config ${EGDIR}
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"