diff options
Diffstat (limited to 'misc/compat12x/Makefile')
-rw-r--r-- | misc/compat12x/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/compat12x/Makefile b/misc/compat12x/Makefile index 8df275201e16..1417f4e927ca 100644 --- a/misc/compat12x/Makefile +++ b/misc/compat12x/Makefile @@ -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> |