pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Modular Xorg support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5a534572f1d
branches:  trunk
changeset: 525565:c5a534572f1d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Feb 19 19:51:17 2007 +0000

description:
Modular Xorg support.

diffstat:

 lang/ucblogo/Makefile   |  8 +++++---
 math/xlispstat/Makefile |  7 +++++--
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 4ff9ddc9ea17 -r c5a534572f1d lang/ucblogo/Makefile
--- a/lang/ucblogo/Makefile     Mon Feb 19 19:50:47 2007 +0000
+++ b/lang/ucblogo/Makefile     Mon Feb 19 19:51:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/09/09 02:43:10 obache Exp $
+# $NetBSD: Makefile,v 1.19 2007/02/19 19:51:17 joerg Exp $
 
 DISTNAME=      ucblogo-5.3
 PKGREVISION=   2
@@ -22,7 +22,9 @@
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ucblogo/html
        ${CP} ${WRKSRC}/emacs/docs/*.html ${PREFIX}/share/doc/ucblogo/html/
 
+BUILDLINK_DEPMETHOD.libXt?=    build
+
 .include "../../devel/ncurses/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
-
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4ff9ddc9ea17 -r c5a534572f1d math/xlispstat/Makefile
--- a/math/xlispstat/Makefile   Mon Feb 19 19:50:47 2007 +0000
+++ b/math/xlispstat/Makefile   Mon Feb 19 19:51:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:09 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2007/02/19 20:00:14 joerg Exp $
 
 DISTNAME=              xlispstat-3-52-18
 PKGNAME=               xlispstat-3.52.18
@@ -26,5 +26,8 @@
 
 MAKE_ENV+=             DISPLAY=        # Prevent 'Rejected connection'
 
-.include "../../mk/x11.buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?=    build
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index