pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/frr



Module Name:    pkgsrc
Committed By:   kardel
Date:           Wed Jan  6 11:53:52 UTC 2021

Modified Files:
        pkgsrc/net/frr: Makefile

Log Message:
net/frr: simplify bison tool requirement


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/frr/Makefile

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

Modified files:

Index: pkgsrc/net/frr/Makefile
diff -u pkgsrc/net/frr/Makefile:1.3 pkgsrc/net/frr/Makefile:1.4
--- pkgsrc/net/frr/Makefile:1.3 Wed Jan  6 10:45:49 2021
+++ pkgsrc/net/frr/Makefile     Wed Jan  6 11:53:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/01/06 10:45:49 kardel Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/06 11:53:52 kardel Exp $
 
 GITHUB_PROJECT=        frr
 VERSION=       7.5
@@ -20,12 +20,11 @@ USE_TOOLS+=         gmake perl bash pkg-config 
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         yes
 BUILD_DEFS=            VARBASE
+BISON_REQD=            3.3
 
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
-TOOL_DEPENDS+=         bison>=3.3:../../devel/bison
-
 FRR_GROUP?=    _frr
 FRR_VTY_GROUP?=        frrvty
 



Home | Main Index | Thread Index | Old Index