summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Radius
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-11-09 10:37:34 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-11-09 10:37:34 +0000
commitf78eeff969b7379c5a22a6db40f10794255ff65b (patch)
tree9407bbba0a75b15486638763dba849fddb1a97e7 /www/p5-Apache-Radius
parentUpdate to 1.0.72 (diff)
Correct dependencies for installing a RADIUS-capable Apache server.
Notes
Notes: svn path=/head/; revision=22982
Diffstat (limited to 'www/p5-Apache-Radius')
-rw-r--r--www/p5-Apache-Radius/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Apache-Radius/Makefile b/www/p5-Apache-Radius/Makefile
index 2d0d45c1c4b5..d853c3711fa0 100644
--- a/www/p5-Apache-Radius/Makefile
+++ b/www/p5-Apache-Radius/Makefile
@@ -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