mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- modify dependency path of XSLoader
This commit is contained in:
parent
b7c48981b4
commit
857c7d82ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191262
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ MAINTAINER= aaron@FreeBSD.org
|
|||
COMMENT= Efficient generation of combinatorial sequences
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
|
||||
${SITE_PERL}/${PERL_ARCH}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Algorithm::Combinatorics.3
|
||||
|
|
|
@ -16,7 +16,7 @@ MAINTAINER= aaron@FreeBSD.org
|
|||
COMMENT= The Fastest Lexer in the West
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
${SITE_PERL}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
|
||||
${SITE_PERL}/${PERL_ARCH}/XSLoader.pm:${PORTSDIR}/devel/p5-XSLoader
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue