diff options
author | Wen Heping <wen@FreeBSD.org> | 2025-02-06 01:18:32 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2025-02-06 01:18:32 +0000 |
commit | 4b99b3bcea1f53a5fe1ef19b1ba992880ac2af35 (patch) | |
tree | 1c4831a2e6ede611daf66c5fe238cd9529403d9c | |
parent | 05fd7c974544aeeb03a6661cb6df661904a30e59 (diff) |
www/typo3-13: Add missing PHP module
PR: 284566
Reported by: wen@
Approved by: maintainer
-rw-r--r-- | www/typo3-13/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/typo3-13/Makefile b/www/typo3-13/Makefile index 89409efc94c6..f0551c629cab 100644 --- a/www/typo3-13/Makefile +++ b/www/typo3-13/Makefile @@ -1,5 +1,6 @@ PORTNAME= typo3 DISTVERSION= ${PORT_V_MAJOR}.${PORT_V_MINOR}.${PORT_V_PATCH} +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://cdn.typo3.com/typo3/${DISTVERSION}/ PKGNAMESUFFIX= -${PORT_V_MAJOR}${PHP_PKGNAMESUFFIX} @@ -16,7 +17,7 @@ IGNORE_WITH_PHP= 81 USES= cpe php:web,flavors shebangfix # php openssl extension is required but it's statically linked in default php -USE_PHP= ctype dom fileinfo filter gd intl mbstring pdo session \ +USE_PHP= ctype dom exif fileinfo filter gd intl mbstring pdo session \ simplexml tokenizer xml zip zlib WRKSRC= ${WRKDIR}/${PORTNAME}_src-${DISTVERSION} |