1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- mark port broken if apache > 13 (maintainer timeout)

PR:		ports/154760
Submitted by:	ohauer
This commit is contained in:
Olli Hauer 2011-03-30 12:59:29 +00:00
parent b4821b237b
commit 846fe65ac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272013

View File

@ -19,15 +19,18 @@ USE_APACHE= 1.3+
PORTDOCS= README.html
.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13"
MODULENAME= mod_uid
.else
MODULENAME= mod_uid2
.endif
AP_FAST_BUILD= yes
AP_GENPLIST= yes
.include <bsd.port.pre.mk>
.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13" || ${APACHE_VERSION} == "13"
MODULENAME= mod_uid
.else
IGNORE= does not build with latest apache20/22
MODULENAME= mod_uid2
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@ -36,4 +39,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>