From bd497cee96687f3aff1507dc183f545b322e0fd7 Mon Sep 17 00:00:00 2001 From: Olivier Cochard Date: Mon, 12 Nov 2018 22:30:20 +0000 Subject: [PATCH] libssh is a dependency of RPKI option PR: 233170 Submitted by: dinoex --- net/bird2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/bird2/Makefile b/net/bird2/Makefile index 9055d1edd45b..6582d63e995c 100644 --- a/net/bird2/Makefile +++ b/net/bird2/Makefile @@ -3,7 +3,7 @@ PORTNAME= bird DISTVERSION= 2.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ PKGNAMESUFFIX= 2 @@ -13,12 +13,11 @@ COMMENT= Dynamic IP routing daemon LICENSE= GPLv2 -LIB_DEPENDS= libssh.so:security/libssh +USES= bison gmake ncurses readline CONFLICTS= bird-[0-9]* CONFLICTS+= bird6-[0-9]* -USES= bison gmake ncurses readline USE_CSTD= gnu99 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var @@ -53,6 +52,7 @@ RPKI_VARS= rt_prot+=rpki STATIC_VARS= rt_prot+=static CONFIGURE_ARGS+=--with-protocols="${RT_PROT}" +RPKI_LIB_DEPENDS= libssh.so:security/libssh post-patch: ${REINPLACE_CMD} -e 's|\.example|\.sample|g' ${WRKSRC}/Makefile.in