Add devel/xorg-util-macros build dependency for the drivers autoreconfed.
This commit is contained in:
parent
4f64268ba3
commit
fd65383d35
2 changed files with 6 additions and 2 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue