diff options
Diffstat (limited to 'math/p5-Math-Random-ISAAC/Makefile')
-rw-r--r-- | math/p5-Math-Random-ISAAC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Random-ISAAC/Makefile b/math/p5-Math-Random-ISAAC/Makefile index 60984bf5b838..51d962a1725a 100644 --- a/math/p5-Math-Random-ISAAC/Makefile +++ b/math/p5-Math-Random-ISAAC/Makefile @@ -16,7 +16,7 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Perl interface to the ISAAC PRNG Algorithm BUILD_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings -RUN_DEPENDS= ${BUILD_DEPENDS} \ +RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-Math-Random-ISAAC-XS>0:${PORTSDIR}/math/p5-Math-Random-ISAAC-XS PERL_CONFIGURE= yes |