summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed>2006-04-08 07:21:28 +0000
committerreed <reed>2006-04-08 07:21:28 +0000
commit687abc86297677536663556d72e4f6d8873196a1 (patch)
treedceae345b51c1fcb0761ff7f8339023210aface5
parent909afeae473acafc035cde84e01a1f0bf04a7023 (diff)
downloadpkgsrc-687abc86297677536663556d72e4f6d8873196a1.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.)
-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"