mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user