diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-05 21:41:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-05 21:41:37 +0000 |
commit | ac8d8434e6e2db17cba13610101111d90a7b47ac (patch) | |
tree | 1cc8ca890a6dbc8f7bf688b751a3c3906aaa7c99 /security/oath-toolkit | |
parent | 600daec90a992f764e73aa718bce814e9d7bde17 (diff) | |
download | pkgsrc-ac8d8434e6e2db17cba13610101111d90a7b47ac.tar.gz |
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.
Diffstat (limited to 'security/oath-toolkit')
-rw-r--r-- | security/oath-toolkit/Makefile | 12 |
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" |