diff options
author | reed <reed@pkgsrc.org> | 2006-04-08 07:21:28 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-08 07:21:28 +0000 |
commit | e9b15ee2c563a931efd159107c5100b1265703f7 (patch) | |
tree | dceae345b51c1fcb0761ff7f8339023210aface5 | |
parent | d258a13cfbfe410520556b2101d017223682c165 (diff) | |
download | pkgsrc-e9b15ee2c563a931efd159107c5100b1265703f7.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/Makefile | 3 |
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" |