diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-11-09 18:37:34 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-11-09 18:37:34 +0800 |
commit | 7525f9e4ebcd61551fcebb918a957cc5b3331c8e (patch) | |
tree | cbbebd3391cd0118cf3a5f04885e20750c6162ed /www/p5-Apache-Radius | |
parent | b8b3e27135525b566c19ba379e20f2438a888dbe (diff) | |
download | freebsd-ports-gnome-7525f9e4ebcd61551fcebb918a957cc5b3331c8e.tar.gz freebsd-ports-gnome-7525f9e4ebcd61551fcebb918a957cc5b3331c8e.tar.zst freebsd-ports-gnome-7525f9e4ebcd61551fcebb918a957cc5b3331c8e.zip |
Correct dependencies for installing a RADIUS-capable Apache server.
Diffstat (limited to 'www/p5-Apache-Radius')
-rw-r--r-- | www/p5-Apache-Radius/Makefile | 3 |
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 |