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

www/rubygem-passenger: Mark Apache as possible BUILD_DEPENDS

When the default Apache option is selected, the port checks for Apache
headers with the apxs program.  Currently Apache is only marked as a RUN
depends so the program isn't guaranteed to be available.  Let's make sure
that it is.

Approved by:	bapt/culot (mentors, implicit), osa (maintainer)
This commit is contained in:
John Marino 2013-08-13 11:09:48 +00:00
parent 6aa768091e
commit 7be173b61c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324655

View File

@ -3,6 +3,7 @@
PORTNAME= passenger
PORTVERSION= 4.0.10
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
@ -26,7 +27,7 @@ RUBYGEM_AUTOPLIST= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAPACHE22}
USE_APACHE_RUN= 22+
USE_APACHE= 22+
.endif
.if ${PORT_OPTIONS:MNGINX}