summaryrefslogtreecommitdiff
path: root/security/libtasn1
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-05-01 06:58:07 +0000
committerwiz <wiz@pkgsrc.org>2018-05-01 06:58:07 +0000
commitcb1b8a76c0f5b0aabf5d90cd91647448aea56cf7 (patch)
treeddd53086046bded2c2139912a98411f1d0c1c4da /security/libtasn1
parente8c3c599b14b934f1b9e889da8bad5accc75793b (diff)
downloadpkgsrc-cb1b8a76c0f5b0aabf5d90cd91647448aea56cf7.tar.gz
libtasn1: add bison build dependency.
Fixes build on -current after patch-lib_ASN1.y was added.
Diffstat (limited to 'security/libtasn1')
-rw-r--r--security/libtasn1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 936362d1323..fec9c200c7f 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -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 @@ COMMENT= ASN.1 structure parser library
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}"