www/c-icap: Unbreak: add missing header files in pkg-plist
Also add missing LIB_DEPENDS. Approved by: portmgr (port compliance, infrastructure)
This commit is contained in:
parent
f280998740
commit
529a02543c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469510
2 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,9 @@ COMMENT= ICAP server implementation
|
|||
LICENSE= LGPL21+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libbrotlicommon.so:archivers/brotli \
|
||||
libpcre.so:devel/pcre
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --sysconfdir="${PREFIX}/etc/c-icap" \
|
||||
--localstatedir=/var
|
||||
|
|
|
@ -28,6 +28,8 @@ include/c_icap/md5.h
|
|||
include/c_icap/mem.h
|
||||
include/c_icap/module.h
|
||||
include/c_icap/net_io.h
|
||||
include/c_icap/net_io_ssl.h
|
||||
include/c_icap/port.h
|
||||
include/c_icap/proc_mutex.h
|
||||
include/c_icap/proc_threads_queues.h
|
||||
include/c_icap/registry.h
|
||||
|
|
Loading…
Reference in a new issue