summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-09-14 17:44:55 +0000
committerhans <hans@pkgsrc.org>2011-09-14 17:44:55 +0000
commit49a8c3c30bde0c751495116262a0568e7ea0f6c0 (patch)
tree7d3ef95e2e686ead429af93b42e5160146f5f885 /sysutils/hal
parentd4ee02a25510595f272d205da9bf7bc2743e51cd (diff)
downloadpkgsrc-49a8c3c30bde0c751495116262a0568e7ea0f6c0.tar.gz
Use ${AUTORECONF_ARGS} to work with native pkg-config.
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile4
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"