diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2018-11-13 06:30:20 +0800 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2018-11-13 06:30:20 +0800 |
commit | bd497cee96687f3aff1507dc183f545b322e0fd7 (patch) | |
tree | efe56e62fb21e777ed6f0345811f0f12b668e9b6 /net/bird2 | |
parent | 41dbe44db68aef6358699953f796a69b2dbdec22 (diff) | |
download | freebsd-ports-gnome-bd497cee96687f3aff1507dc183f545b322e0fd7.tar.gz freebsd-ports-gnome-bd497cee96687f3aff1507dc183f545b322e0fd7.tar.zst freebsd-ports-gnome-bd497cee96687f3aff1507dc183f545b322e0fd7.zip |
libssh is a dependency of RPKI option
PR: 233170
Submitted by: dinoex
Diffstat (limited to 'net/bird2')
-rw-r--r-- | net/bird2/Makefile | 6 |
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 |