pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libtasn1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  1 06:58:07 UTC 2018

Modified Files:
        pkgsrc/security/libtasn1: Makefile

Log Message:
libtasn1: add bison build dependency.

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


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/security/libtasn1/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libtasn1/Makefile
diff -u pkgsrc/security/libtasn1/Makefile:1.71 pkgsrc/security/libtasn1/Makefile:1.72
--- pkgsrc/security/libtasn1/Makefile:1.71      Sun Apr 29 06:00:39 2018
+++ pkgsrc/security/libtasn1/Makefile   Tue May  1 06:58:07 2018
@@ -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}"



Home | Main Index | Thread Index | Old Index