1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

irc/catgirl: Remove USES=ssl

Currently this port fails to build with all versions of ssl available in
the tree however works fine with libretls so remove USES=ssl and the
relevant confitionals.

Approved by:	portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-05-03 02:43:36 +02:00
parent 2b71001f45
commit 1dbf979f9a

View File

@ -11,7 +11,9 @@ WWW= https://git.causal.agency/catgirl/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang ncurses pkgconfig ssl
USES= compiler:c++11-lang ncurses pkgconfig
LIB_DEPENDS+= libtls.so:security/libretls
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man
@ -24,8 +26,4 @@ PLIST_FILES= bin/catgirl \
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catgirl
.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl
LIB_DEPENDS+= libtls.so:security/libretls
.endif
.include <bsd.port.post.mk>