pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 bl3ify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39064d5be5a8
branches:  trunk
changeset: 471027:39064d5be5a8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Mar 15 20:24:32 2004 +0000

description:
bl3ify

diffstat:

 x11/Xfixes/Makefile   |  8 ++++----
 x11/fixesext/Makefile |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 654a1c5dcd53 -r 39064d5be5a8 x11/Xfixes/Makefile
--- a/x11/Xfixes/Makefile       Mon Mar 15 20:13:52 2004 +0000
+++ b/x11/Xfixes/Makefile       Mon Mar 15 20:24:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/03/15 20:24:32 xtraeme Exp $
 #
 
 DISTNAME=              libXfixes-2.0.0
@@ -12,12 +12,12 @@
 COMMENT=               Xfixes extension of X RandR
 
 USE_X11=               yes
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
 PKGCONFIG_OVERRIDE+=    xfixes.pc.in
 
-.include "../../x11/fixesext/buildlink2.mk"
-.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/fixesext/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 654a1c5dcd53 -r 39064d5be5a8 x11/fixesext/Makefile
--- a/x11/fixesext/Makefile     Mon Mar 15 20:13:52 2004 +0000
+++ b/x11/fixesext/Makefile     Mon Mar 15 20:24:32 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/02/14 18:26:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2004/03/15 20:24:32 xtraeme Exp $
 #
 
 DISTNAME=              fixesext-2.0
@@ -11,10 +11,10 @@
 COMMENT=               X Fixes extension headers and specification
 
 USE_X11=               yes
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         yes
 
 PKGCONFIG_OVERRIDE+=    fixesext.pc.in
 
-.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index