svn commit: r484845 - head/net/bird2

Olivier Cochard olivier at FreeBSD.org
Mon Nov 12 22:30:21 UTC 2018


Author: olivier
Date: Mon Nov 12 22:30:20 2018
New Revision: 484845
URL: https://svnweb.freebsd.org/changeset/ports/484845

Log:
  libssh is a dependency of RPKI option
  
  PR:		233170
  Submitted by:	dinoex

Modified:
  head/net/bird2/Makefile

Modified: head/net/bird2/Makefile
==============================================================================
--- head/net/bird2/Makefile	Mon Nov 12 22:16:26 2018	(r484844)
+++ head/net/bird2/Makefile	Mon Nov 12 22:30:20 2018	(r484845)
@@ -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


More information about the svn-ports-all mailing list