mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Forgot to add pkgconfig as dependency.
Reported by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
99860f0fd0
commit
1c0e348d9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481186
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ PORTNAME= libyang
|
|||
PORTVERSION= 0.16
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSIONSUFFIX= -r1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= olivier@FreeBSD.org
|
||||
|
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
LIB_DEPENDS= libpcre.so:devel/pcre
|
||||
|
||||
USES= cmake
|
||||
USES= cmake pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
|
|
@ -14,4 +14,5 @@ lib/libyang/extensions/metadata.so
|
|||
lib/libyang/extensions/nacm.so
|
||||
lib/libyang/extensions/yangdata.so
|
||||
lib/libyang/user_types/user_date_and_time.so
|
||||
libdata/pkgconfig/libyang.pc
|
||||
man/man1/yanglint.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue