pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libtasn1 libtasn1: add bison bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98a87853b368
branches:  trunk
changeset: 307057:98a87853b368
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 01 06:58:07 2018 +0000
description:
libtasn1: add bison build dependency.

Fixes build on -current after patch-lib_ASN1.y was added.

diffstat:

 security/libtasn1/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 67a79130a654 -r 98a87853b368 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile        Tue May 01 06:17:11 2018 +0000
+++ b/security/libtasn1/Makefile        Tue May 01 06:58:07 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2018/04/29 06:00:39 dholland Exp $
+# $NetBSD: Makefile,v 1.72 2018/05/01 06:58:07 wiz Exp $
 
 DISTNAME=      libtasn1-4.12
 PKGREVISION=   1
@@ -11,7 +11,7 @@
 LICENSE=       gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            makeinfo
+USE_TOOLS+=            bison makeinfo
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-packager="pkgsrc"
 CONFIGURE_ARGS+=       --with-packager-version="${PKGVERSION}"



Home | Main Index | Thread Index | Old Index