diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-22 09:19:26 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-22 09:19:26 +0000 |
commit | a6b45e2861f938fb4cd39bab12bb0f03a0f71b54 (patch) | |
tree | ea97483610e8cf6961e7188b5021bbb0c9afe6d5 /www/p5-Apache-Radius/Makefile | |
parent | Add {BUILD,RUN}_DEPENDS on p5-MIME-Base64. (diff) |
Mark mod_perl and p5-Authen-Radius as RUN_DEPENDS as well.
Notes
Notes:
svn path=/head/; revision=26952
Diffstat (limited to 'www/p5-Apache-Radius/Makefile')
-rw-r--r-- | www/p5-Apache-Radius/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Apache-Radius/Makefile b/www/p5-Apache-Radius/Makefile index f859259800cc..060947876413 100644 --- a/www/p5-Apache-Radius/Makefile +++ b/www/p5-Apache-Radius/Makefile @@ -16,6 +16,8 @@ MAINTAINER= sheldonh@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Authen/Radius.pm:${PORTSDIR}/security/p5-Authen-Radius USE_PERL5= YES |