1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Fix dependency check clause for mod_perl2.

PR:		ports/133850
Submitted by:	Octavian <itavy xx itavy.com>
This commit is contained in:
Sergey Skvortsov 2009-11-05 15:30:13 +00:00
parent 38d8fe567d
commit d8c138efa6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243835

View File

@ -54,7 +54,7 @@ post-install:
.if defined(WITH_APACHELOG)
.if defined(WITH_APACHE2)
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS+= mod_perl>=2.0:${PORTSDIR}/www/mod_perl2
.else
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl
.endif