pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xterm Switch to modular buildlinks.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eee8a5631890
branches:  trunk
changeset: 521174:eee8a5631890
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 06 10:10:58 2006 +0000

description:
Switch to modular buildlinks.

diffstat:

 x11/xterm/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r cd7ba2ba9545 -r eee8a5631890 x11/xterm/Makefile
--- a/x11/xterm/Makefile        Mon Nov 06 10:06:09 2006 +0000
+++ b/x11/xterm/Makefile        Mon Nov 06 10:10:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/10/09 12:52:36 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2006/11/06 10:10:58 joerg Exp $
 
 DISTNAME=      xterm-212
 CATEGORIES=    x11
@@ -15,7 +15,6 @@
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
 .include "../../mk/bsd.prefs.mk"
-.include "../../mk/x11.buildlink3.mk"
 
 .if exists(/usr/include/wchar.h)
 CONFIGURE_ARGS+= --enable-wide-chars
@@ -45,4 +44,7 @@
        ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
 .endif
 
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXaw/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index