mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Support APACHE_PORT to build with desired apache13* port.
Reviewed by: vanilla
This commit is contained in:
parent
b7475c96e1
commit
756b900133
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65536
@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= Apache
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
@ -35,6 +35,7 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \
|
||||
mod_perl_tuning.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
PERLSITEDIR= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
||||
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= Apache
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
|
||||
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
@ -35,6 +35,7 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \
|
||||
mod_perl_tuning.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
PERLSITEDIR= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
||||
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user