diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-10 07:24:48 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-10 07:24:48 +0000 |
commit | 1cacf13f497bb8b848fdb048e95116e6533ba31c (patch) | |
tree | dd0f2bf42972eed27e542399414dfb38fa8e80ff /x11 | |
parent | b2a6e114180716337293281392c3ce567904fc7c (diff) | |
download | pkgsrc-1cacf13f497bb8b848fdb048e95116e6533ba31c.tar.gz |
Add devel/xorg-util-macros build dependency for the drivers autoreconfed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-nsc/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-vga/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/xf86-video-nsc/Makefile b/x11/xf86-video-nsc/Makefile index c3a6bb5f4ef..55f2f1b8287 100644 --- a/x11/xf86-video-nsc/Makefile +++ b/x11/xf86-video-nsc/Makefile @@ -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 @@ USE_LIBTOOL= yes 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 --git a/x11/xf86-video-vga/Makefile b/x11/xf86-video-vga/Makefile index b22b10f4d89..13b0bf30957 100644 --- a/x11/xf86-video-vga/Makefile +++ b/x11/xf86-video-vga/Makefile @@ -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 @@ USE_LIBTOOL= yes 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 |