From a2e0769b3713fb6bd5a61700f63e8192a28ec56c Mon Sep 17 00:00:00 2001 From: jasper Date: Sun, 8 Apr 2012 17:40:41 +0000 Subject: [PATCH] - explicitly specify autoconf version for autoreconf. spotted by naddy@ --- devel/libyubikey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/libyubikey/Makefile b/devel/libyubikey/Makefile index 91b4de66eea..beb2ffaf072 100644 --- a/devel/libyubikey/Makefile +++ b/devel/libyubikey/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2012/04/06 17:56:03 jasper Exp $ +# $OpenBSD: Makefile,v 1.4 2012/04/08 17:40:41 jasper Exp $ COMMENT= Yubikey OTP library @@ -29,6 +29,6 @@ USE_LIBTOOL= Yes pre-configure: cd ${WRKSRC} && ${SETENV} -i AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \ AUTOCONF_VERSION=${AUTOCONF_VERSION} \ - autoreconf --install + autoreconf-${AUTOCONF_VERSION} --install .include