net/gmid: change Makefile due to SSL build conflicts in other ports
Use libretls instead of libressl. The port works fine with both but the latter has caused problems in the past. PR: 269288 Reported by: bjfs84@gmail.com Approved by: freebsd@omarpolo.com (maintainer)
This commit is contained in:
parent
a179d5fb0a
commit
2e5b1d6f7c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ LICENSE= ISCL
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libevent.so:devel/libevent \
|
||||
libtls.so:security/libressl
|
||||
libtls.so:security/libretls
|
||||
|
||||
USES= localbase pkgconfig ssl
|
||||
USE_RC_SUBR= gmid
|
||||
|
|
Loading…
Reference in a new issue