Add compat4x for FreeBSD > 5.1.

PR:		ports/85315
Submitted by:	Artur Pedziwilk <artur.pedziwik@epanda.net>
This commit is contained in:
Alex Dupre 2005-08-28 09:26:56 +00:00
parent dcad1a2158
commit 6e8a7af733
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141065

View file

@ -32,6 +32,9 @@ IGNORE= This port is for FreeBSD 4 or above
VER= 4.3
.else
VER= 5.1
.if ${OSVERSION} >= 501111
LIB_DEPENDS+= m.2:${PORTSDIR}/misc/compat4x
.endif
.endif
# Check for ZendOptimizer sources
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})