1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Correct dependencies for installing a RADIUS-capable Apache server.

This commit is contained in:
Sheldon Hearn 1999-11-09 10:37:34 +00:00
parent e6c63e8e4d
commit f78eeff969
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22982
3 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# New ports collection makefile for: p5-Apache
# Version required: 1.19
# Date created: April 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
# Version required: 1.21
# Date created: November 5th 1999
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
#
# $FreeBSD$
#
@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Apache
MAINTAINER= sheldonh@FreeBSD.org
RUN_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13
BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13
USE_PERL5= YES

View File

@ -1,7 +1,7 @@
# New ports collection makefile for: p5-Apache
# Version required: 1.19
# Date created: April 26th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
# Version required: 1.21
# Date created: November 5th 1999
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
#
# $FreeBSD$
#
@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Apache
MAINTAINER= sheldonh@FreeBSD.org
RUN_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13
BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13
USE_PERL5= YES

View File

@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= Apache
MAINTAINER= sheldonh@FreeBSD.org
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius
USE_PERL5= YES