mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Revert my changes with SITE_PERL for ports which require mod_perl2.
Pointy hat: az@ Reported by: pav@
This commit is contained in:
parent
15b3c0ae6c
commit
76d4d8ef82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298555
4 changed files with 8 additions and 8 deletions
|
@ -28,7 +28,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
OPTIONS = MODPERL "Enable Apache Support via mod_perl" On
|
||||
|
||||
.ifdef WITH_MODPERL
|
||||
RUN_DEPENDS+= mod_perl2>=0:${PORTSDIR}/www/mod_perl2
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
.endif
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= A perl module to provide custom forms for reauthentication
|
||||
|
||||
BUILD_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_APACHE= 20+
|
||||
|
|
|
@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Debugging and profiling tools for mod_perl
|
||||
|
||||
RUN_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2
|
||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
|
|
@ -15,11 +15,11 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= MP3 browsing and streaming under mod_perl and Apache
|
||||
|
||||
BUILD_DEPENDS= p5-Audio-Wav>=0:${PORTSDIR}/audio/p5-Audio-Wav \
|
||||
p5-CGI-Session>=0:${PORTSDIR}/www/p5-CGI-Session \
|
||||
p5-MP3-Info>=0:${PORTSDIR}/audio/p5-MP3-Info \
|
||||
p5-Ogg-Vorbis-Header>=0:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header \
|
||||
mod_perl2>=0:${PORTSDIR}/www/mod_perl2
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav \
|
||||
${SITE_PERL}/CGI/Session.pm:${PORTSDIR}/www/p5-CGI-Session \
|
||||
${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
|
||||
${SITE_PERL}/${PERL_ARCH}/Ogg/Vorbis/Header.pm:${PORTSDIR}/audio/p5-Ogg-Vorbis-Header \
|
||||
${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
|
Loading…
Add table
Reference in a new issue