diff options
author | reed <reed@pkgsrc.org> | 2010-12-09 19:58:26 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2010-12-09 19:58:26 +0000 |
commit | 33a83fdf55b987587ca9ac06eb1c78d340dacd7d (patch) | |
tree | e52630df3a4b8737f6ab1c75b11d333c6975a28f /sysutils | |
parent | 8ab4a6ad001da6125a9044fc7bb0946d8a67eaad (diff) | |
download | pkgsrc-33a83fdf55b987587ca9ac06eb1c78d340dacd7d.tar.gz |
Require newer build dependency for:
checking if xorg-macros used to generate configure is at least 1.3... configure: error: configure built with too old of a version of xorg-macros.m4 - requires version 1.2.0 or newer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libpciaccess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/libpciaccess/Makefile b/sysutils/libpciaccess/Makefile index f48edf364bc..dee458c3e5b 100644 --- a/sysutils/libpciaccess/Makefile +++ b/sysutils/libpciaccess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/04/09 08:09:11 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2010/12/09 19:58:26 reed Exp $ # DISTNAME= libpciaccess-0.11.0 @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --with-zlib PKGCONFIG_OVERRIDE+= pciaccess.pc.in -BUILD_DEPENDS+= xorg-util-macros>=1.2:../../devel/xorg-util-macros +BUILD_DEPENDS+= xorg-util-macros>=1.3:../../devel/xorg-util-macros pre-configure: cd ${WRKSRC} && autoreconf -v -i -f |