misc/compat12x: hide pam_ssh.so requirement on libssh.so.5

pam_ssh requires libssh.so.5 which it not exposed by any compat*x
package for now, just remove that information from the package metadata

PR:	287002
This commit is contained in:
Baptiste Daroussin 2025-06-04 13:32:42 +02:00
parent 472c61489a
commit c6f3ac4aab

View File

@ -1,6 +1,6 @@
PORTNAME= compat12x
PORTVERSION= 12.2.1202000.20210406
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= LOCAL/jkim
PKGNAMESUFFIX= -${ARCH}
@ -18,6 +18,7 @@ PLIST= ${PKGDIR}/pkg-plist.${ARCH}
TARGET_DIR= ${PREFIX}/lib/compat
TARGET32_DIR= ${PREFIX}/lib32/compat
USE_LDCONFIG= ${TARGET_DIR}
NO_SHLIB_REQUIRES_GLOB= libssh.*
.include <bsd.port.pre.mk>