summaryrefslogtreecommitdiff
path: root/misc/compat14x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/compat14x/Makefile')
-rw-r--r--misc/compat14x/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/compat14x/Makefile b/misc/compat14x/Makefile
index 58535cc00360..73b3bdad5efa 100644
--- a/misc/compat14x/Makefile
+++ b/misc/compat14x/Makefile
@@ -1,5 +1,5 @@
PORTNAME= compat14x
-PORTVERSION= 14.2.1402000.20250811
+PORTVERSION= 14.2.1402000.20250910
CATEGORIES= misc
MASTER_SITES= LOCAL/arrowd
PKGNAMESUFFIX= -${ARCH}
@@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE
USES= tar:xz
NO_BUILD= yes
-ONLY_FOR_ARCHS= aarch64 amd64 i386
+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le
PLIST= ${PKGDIR}/pkg-plist.${ARCH}
TARGET_DIR= ${PREFIX}/lib/compat
TARGET32_DIR= ${PREFIX}/lib32/compat
@@ -21,6 +21,9 @@ USE_LDCONFIG= ${TARGET_DIR}
COMPAT_LIBS= libasn1.so.11 \
libcom_err.so.5 \
libcrypto.so.30 \
+ libdialog.so.10 \
+ libdpv.so.3 \
+ libfigpar.so.0 \
libgssapi.so.10 \
libgssapi_krb5.so.10 \
libgssapi_ntlm.so.10 \
@@ -46,6 +49,8 @@ OPTIONS_DEFINE= COMPAT32
OPTIONS_DEFAULT=COMPAT32
OPTIONS_EXCLUDE_aarch64=COMPAT32
OPTIONS_EXCLUDE_i386=COMPAT32
+OPTIONS_EXCLUDE_powerpc=COMPAT32
+OPTIONS_EXCLUDE_powerpc64le=COMPAT32
COMPAT32_DESC= Install 32-bit compat libraries
OPTIONS_SUB= yes