1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- change USE_APACHE 1.3/2.0 to 13/20

to prepare enforcement in Mk/bsd.apache.mk
This commit is contained in:
Olli Hauer 2011-11-06 21:49:10 +00:00
parent be488ae997
commit 5340759f98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285191

View File

@ -91,7 +91,7 @@ SVNUSER?= svn
.endif
.if defined(WITH_APACHE)
USE_APACHE= 2.0+
USE_APACHE= 20+
.include "${PORTSDIR}/Mk/bsd.apache.mk"
.if ${APACHE_VERSION} > 20
LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1