Fix PHP4 version.

This commit is contained in:
Alex Dupre 2005-07-21 18:06:46 +00:00
parent cc7f526b37
commit 8b9660a7cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139837

View file

@ -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