pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/t1lib Also include x11.buildlink3.mk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00e4c204aaf7
branches:  trunk
changeset: 511015:00e4c204aaf7
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Apr 08 07:21:28 2006 +0000

description:
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:

 fonts/t1lib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 97fe12e979a9 -r 00e4c204aaf7 fonts/t1lib/Makefile
--- a/fonts/t1lib/Makefile      Sat Apr 08 06:56:05 2006 +0000
+++ b/fonts/t1lib/Makefile      Sat Apr 08 07:21:28 2006 +0000
@@ -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 @@
        cd ${WRKSRC}/examples;                                          \
        ${PAX} -rw FontDataBase t1example1.c t1lib.config ${EGDIR}
 
+.include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index