diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-03-22 09:19:26 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-03-22 09:19:26 +0000 |
commit | 6e2f634932d027b75b11dd98a5a356352112c883 (patch) | |
tree | 105bb2dac3f7075f4ecde1b05c696942350212b8 /www/p5-Apache-Radius | |
parent | a87ad6400940aa6b29d195773bd0d00172c59d03 (diff) | |
download | FreeBSD-ports-6e2f634932d027b75b11dd98a5a356352112c883.zip FreeBSD-ports-6e2f634932d027b75b11dd98a5a356352112c883.tar.gz |
Mark mod_perl and p5-Authen-Radius as RUN_DEPENDS as well.
Diffstat (limited to 'www/p5-Apache-Radius')
-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 f859259..0609478 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 |