aboutsummaryrefslogtreecommitdiff
path: root/net/libyang
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2018-10-01 16:02:02 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2018-10-01 16:02:02 +0000
commitd801294043335f93a4549180a6200db3a5e0cb5e (patch)
treee213343c77251523f2e8481c9423fe51354341b6 /net/libyang
parent49b4cd546b324cc93f56b5cfb087dba2d7ea51cd (diff)
downloadports-d801294043335f93a4549180a6200db3a5e0cb5e.tar.gz
ports-d801294043335f93a4549180a6200db3a5e0cb5e.zip
Enable an option by default (mandatory to net/frr7)
Sponsored by: Orange
Notes
Notes: svn path=/head/; revision=481041
Diffstat (limited to 'net/libyang')
-rw-r--r--net/libyang/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libyang/Makefile b/net/libyang/Makefile
index fd53ecb88043..949e850b8ef4 100644
--- a/net/libyang/Makefile
+++ b/net/libyang/Makefile
@@ -4,6 +4,7 @@ PORTNAME= libyang
PORTVERSION= 0.16
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -r1
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= olivier@FreeBSD.org
@@ -20,4 +21,6 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= CESNET
+CMAKE_ARGS+= -DENABLE_LYD_PRIV=ON
+
.include <bsd.port.mk>