1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- s/USE_APACHE/USE_APACHE_RUN/

( NO_BUILD is defined in bsd.ruby.mk)
This commit is contained in:
Olli Hauer 2012-09-05 06:49:36 +00:00
parent 1b3ec36058
commit 4c40f46c14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303686

View File

@ -29,7 +29,7 @@ RUBYGEM_AUTOPLIST= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAPACHE22}
USE_APACHE= 22+
USE_APACHE_RUN= 22+
.endif
.if ${PORT_OPTIONS:MNGINX}