diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2023-12-09 15:02:28 +0100 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2023-12-09 15:03:15 +0100 |
commit | 70a9b804630e63fb81dee6e7a30461726f1f0d1f (patch) | |
tree | a47cd05cf94ff35ac6d06b3dc852ed0dc0f9992e /mail | |
parent | x11-wm/wayfire: pass --skip-subprojects from within ninja (diff) |
mail/roundcube-carddav: Works with php 8.2.
Tested by: netchild
Approved by: gahr (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube-carddav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/roundcube-carddav/Makefile b/mail/roundcube-carddav/Makefile index c39de5686c5e..21d69b494b8c 100644 --- a/mail/roundcube-carddav/Makefile +++ b/mail/roundcube-carddav/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/mstilkerich/rcmcarddav LICENSE= GPLv2 -IGNORE_WITH_PHP=82 83 +IGNORE_WITH_PHP=83 BUILD_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR} RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=1.5:mail/roundcube@${PHP_FLAVOR} |