aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB.F.G. Stobiecki <bjfs84@gmail.com>2023-02-03 12:06:32 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-02-04 18:49:38 +0000
commit2e5b1d6f7c5ffa75a61f1fd0b57100e7c277f58a (patch)
tree1e7c822f04065c3ad226e3cd4e34d8dfe6b050b2
parenta179d5fb0a945424cc4a2ab78ef64f611c66c525 (diff)
downloadports-2e5b1d6f7c5ffa75a61f1fd0b57100e7c277f58a.tar.gz
ports-2e5b1d6f7c5ffa75a61f1fd0b57100e7c277f58a.zip
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)
-rw-r--r--net/gmid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gmid/Makefile b/net/gmid/Makefile
index 80e823a1843b..9927d9b8dd30 100644
--- a/net/gmid/Makefile
+++ b/net/gmid/Makefile
@@ -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