mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Support APACHE_PORT to build with desired apache13* port.
Reviewed by: knu
This commit is contained in:
parent
685a872c0e
commit
278e02c894
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65544
@ -13,9 +13,9 @@ DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
||||
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
|
||||
LIB_DEPENDS= eruby.09:${PORTSDIR}/textproc/eruby
|
||||
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
|
||||
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
|
||||
|
||||
USE_RUBY= yes
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ -23,6 +23,7 @@ USE_RUBY_RD= yes
|
||||
.endif
|
||||
|
||||
APXS?= ${LOCALBASE}/sbin/apxs
|
||||
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
||||
|
||||
CONFIGURE_ARGS= --with-apxs="${APXS}" \
|
||||
--enable-eruby=yes \
|
||||
|
Loading…
Reference in New Issue
Block a user