mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
www/zend-framework: fix build
Reported by: lme (via email)
This commit is contained in:
parent
f5809a1ee0
commit
1f5523b051
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398658
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ZendFramework
|
||||
PORTVERSION= 2.3.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://packages.zendframework.com/releases/${DISTNAME}/
|
||||
|
||||
@ -39,8 +40,8 @@ PORTDOCS= CHANGELOG.md INSTALL.md README-GIT.md CONTRIBUTING.md README.md
|
||||
# Add all of the required and/or optional PHP extension dependencies,
|
||||
# if chosen by the user.
|
||||
.if ${PORT_OPTIONS:MREQPHP}
|
||||
USE_PHP+= apc ctype curl dom gd hash iconv mbstring ldap mcrypt \
|
||||
pcre pdo session simplexml soap wddx xml zlib
|
||||
USE_PHP+= ctype curl dom gd hash iconv mbstring ldap mcrypt \
|
||||
opcache pcre pdo session simplexml soap wddx xml zlib
|
||||
.if ${PHP_VER} == 52
|
||||
USE_PHP+= sqlite
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user