diff options
author | hans <hans@pkgsrc.org> | 2011-09-14 17:44:55 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-09-14 17:44:55 +0000 |
commit | 39c076622556a77569d00086b2df71ca2cdf4d43 (patch) | |
tree | 7d3ef95e2e686ead429af93b42e5160146f5f885 /sysutils/hal | |
parent | 656e6e5ee16826324aa25b13b960dea8f953d47d (diff) | |
download | pkgsrc-39c076622556a77569d00086b2df71ca2cdf4d43.tar.gz |
Use ${AUTORECONF_ARGS} to work with native pkg-config.
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 38d0dfdcbba..92b876c6c48 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2011/05/07 10:07:12 shattered Exp $ +# $NetBSD: Makefile,v 1.57 2011/09/14 17:44:55 hans Exp $ DISTNAME= hal-0.5.14 PKGREVISION= 3 @@ -104,7 +104,7 @@ post-extract: ${CP} -r ${FILESDIR}/tools-netbsd ${WRKSRC}/tools/netbsd pre-configure: - cd ${WRKSRC} && autoreconf -vi + cd ${WRKSRC} && autoreconf -vi ${AUTORECONF_ARGS} .include "../../devel/GConf/schemas.mk" .include "../../devel/glib2/buildlink3.mk" |