mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix PHP4 version.
This commit is contained in:
parent
cc7f526b37
commit
8b9660a7cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139837
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= ZendOptimizer
|
||||
PORTVERSION= 2.5.10a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd${VER}-i386
|
||||
|
||||
|
@ -46,7 +47,7 @@ and place it in ${DISTDIR}.\n
|
|||
.endif
|
||||
|
||||
.if ${PHP_VER} == 4
|
||||
ZEND_PATH= 4.3.x
|
||||
ZEND_PATH= 4.4.x
|
||||
.else
|
||||
ZEND_PATH= 5.0.x
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue