pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 Add devel/xorg-util-macros build dependency for th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a303ed57cd7
branches:  trunk
changeset: 394453:3a303ed57cd7
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Wed Jun 10 07:24:48 2009 +0000

description:
Add devel/xorg-util-macros build dependency for the drivers autoreconfed.

diffstat:

 x11/xf86-video-nsc/Makefile |  4 +++-
 x11/xf86-video-vga/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r c02c5041358e -r 3a303ed57cd7 x11/xf86-video-nsc/Makefile
--- a/x11/xf86-video-nsc/Makefile       Wed Jun 10 06:52:33 2009 +0000
+++ b/x11/xf86-video-nsc/Makefile       Wed Jun 10 07:24:48 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/06/09 17:10:15 hasso Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/10 07:24:48 hasso Exp $
 #
 
 DISTNAME=      xf86-video-nsc-2.8.3
@@ -16,6 +16,8 @@
 GNU_CONFIGURE=  yes
 USE_TOOLS+=     autoconf autoheader automake autoreconf pkg-config
 
+BUILD_DEPENDS+=        xorg-util-macros>=1.2.0:../../devel/xorg-util-macros
+
 post-extract:
        cp ${FILESDIR}/assyntax.h ${WRKSRC}/src/
 
diff -r c02c5041358e -r 3a303ed57cd7 x11/xf86-video-vga/Makefile
--- a/x11/xf86-video-vga/Makefile       Wed Jun 10 06:52:33 2009 +0000
+++ b/x11/xf86-video-vga/Makefile       Wed Jun 10 07:24:48 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/06/09 08:18:39 hasso Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/10 07:24:48 hasso Exp $
 #
 
 DISTNAME=      xf86-video-vga-4.1.0
@@ -17,6 +17,8 @@
 GNU_CONFIGURE=  yes
 USE_TOOLS+=     autoconf autoheader automake autoreconf pkg-config
 
+BUILD_DEPENDS+=        xorg-util-macros>=1.2.0:../../devel/xorg-util-macros
+
 pre-configure:
        cd ${WRKSRC} && autoreconf -vif
 



Home | Main Index | Thread Index | Old Index