aboutsummaryrefslogtreecommitdiff
path: root/net/bird2
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2018-11-12 22:30:20 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2018-11-12 22:30:20 +0000
commitbd497cee96687f3aff1507dc183f545b322e0fd7 (patch)
treeefe56e62fb21e777ed6f0345811f0f12b668e9b6 /net/bird2
parent41dbe44db68aef6358699953f796a69b2dbdec22 (diff)
downloadports-bd497cee96687f3aff1507dc183f545b322e0fd7.tar.gz
ports-bd497cee96687f3aff1507dc183f545b322e0fd7.zip
libssh is a dependency of RPKI option
PR: 233170 Submitted by: dinoex
Notes
Notes: svn path=/head/; revision=484845
Diffstat (limited to 'net/bird2')
-rw-r--r--net/bird2/Makefile6
1 files 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