From ac8d8434e6e2db17cba13610101111d90a7b47ac Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 5 Jan 2014 21:41:37 +0000 Subject: Run autoreconf to avoid issues with automake version number mismatches. Fixes build after automake-1.14.1 update. Make automake a build dependency. Bump PKGREVISION. --- security/oath-toolkit/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'security/oath-toolkit') diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index 671a80ee1d2..283bf0a661e 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2014/01/01 11:52:33 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2014/01/05 21:41:37 wiz Exp $ DISTNAME= oath-toolkit-2.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://download.savannah.gnu.org/releases/oath-toolkit/ @@ -15,12 +14,15 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config USE_LIBTOOL= yes -USE_TOOLS+= autoconf automake m4 +USE_TOOLS+= autoconf automake m4 autoreconf -DEPENDS+= automake>=1.14:../../devel/automake +BUILD_DEPENDS+= automake>=1.14:../../devel/automake PKGCONFIG_OVERRIDE+= liboath/liboath.pc.in +pre-configure: + cd ${WRKSRC} && autoreconf -fi + .include "../../textproc/libxml2/buildlink3.mk" .include "../../security/xmlsec1/buildlink3.mk" .include "../../mk/pam.buildlink3.mk" -- cgit v1.2.3