diff options
-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 |