summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/oath-toolkit/Makefile12
1 files changed, 7 insertions, 5 deletions
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"