diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-02 18:24:36 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-12-02 18:24:36 +0000 |
| commit | addbef6baecd4d66eafd513200b8f6a31da00a43 (patch) | |
| tree | 0f8c015200eb4992df00147369965747baaf1809 /lang/php74/Makefile | |
| parent | 811599f3a40402393e5dacf8176414d3e2f521d2 (diff) | |
Notes
Diffstat (limited to 'lang/php74/Makefile')
| -rw-r--r-- | lang/php74/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile index cef88d3882b8..d14bbe4d2c48 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -2,7 +2,7 @@ PORTNAME= php74 DISTVERSION= 7.4.12 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} @@ -46,7 +46,9 @@ OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM OPTIONS_EXCLUDE_powerpc= DTRACE -OPTIONS_EXCLUDE_powerpc64= DTRACE +OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} +OPTIONS_EXCLUDE_powerpc64_11= DTRACE +OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE OPTIONS_SUB= yes |
