Fix a bogus BUILD_DEPENDS entry that was breaking make index.
Submitted by: kris Pointy hat to: sobomax
This commit is contained in:
parent
d82d074a19
commit
e28cdc5851
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76017
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
|
|||
|
||||
MAINTAINER= frank@exit.com
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${CPORTSDIR}/apache13-modssl-modperl
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue