diff options
Diffstat (limited to 'misc/compat14x/Makefile')
-rw-r--r-- | misc/compat14x/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/compat14x/Makefile b/misc/compat14x/Makefile index 58535cc00360..eca6fe06759f 100644 --- a/misc/compat14x/Makefile +++ b/misc/compat14x/Makefile @@ -1,5 +1,5 @@ PORTNAME= compat14x -PORTVERSION= 14.2.1402000.20250811 +PORTVERSION= 14.2.1402000.20250903 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 @@ -46,6 +46,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 |