mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Fix build with new gnutls
Reported by: pointyhat
This commit is contained in:
parent
d72e079535
commit
0982b5834c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278331
5 changed files with 10 additions and 5 deletions
|
@ -9,7 +9,8 @@ PORTNAME= rsyslog
|
|||
|
||||
COMMENT= Enhanced syslog daemon
|
||||
|
||||
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
|
||||
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \
|
||||
gcrypt.18:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
USE_RC_SUBR= ${PORTNAME}d
|
||||
SUB_FILES= pkg-message
|
||||
|
|
|
@ -11,7 +11,8 @@ COMMENT= GNUTLS module for rsyslog
|
|||
MASTERDIR= ${.CURDIR}/../rsyslog4-devel
|
||||
|
||||
MNAME= gnutls
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
|
||||
gcrypt.18:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
CONFIGURE_ARGS+=--enable-gnutls
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@ COMMENT= GNUTLS module for rsyslog
|
|||
MASTERDIR= ${.CURDIR}/../rsyslog4
|
||||
|
||||
MNAME= gnutls
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
|
||||
gcrypt.18:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
CONFIGURE_ARGS+=--enable-gnutls
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@ COMMENT= GNUTLS module for rsyslog
|
|||
MASTERDIR= ${.CURDIR}/../rsyslog5
|
||||
|
||||
MNAME= gnutls
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
|
||||
gcrypt.18:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
CONFIGURE_ARGS+=--enable-gnutls
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@ COMMENT= GNUTLS module for rsyslog
|
|||
MASTERDIR= ${.CURDIR}/../rsyslog6-devel
|
||||
|
||||
MNAME= gnutls
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
|
||||
LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls \
|
||||
gcrypt.18:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
CONFIGURE_ARGS+=--enable-gnutls
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue