Properly set Apache as a runtime, not a build dependency.

PR:		ports/171476
Submitted by:	ohauer
This commit is contained in:
Lars Engels 2012-09-10 06:52:45 +00:00
parent 1ec176f882
commit f79803d319
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304022

View file

@ -130,7 +130,7 @@ CONFIGURE_ARGS+= --enable-pgsql
.endif
.if ${PORT_OPTIONS:MAPACHE}
USE_APACHE= 22+
USE_APACHE_RUN= 22+
CONFIGURE_ARGS+= --with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra
INSTALL_TARGET+= install-webconf
PLIST_SUB+= APACHE=""