From f822e143aac4a99acef7c55916122210a649c0b0 Mon Sep 17 00:00:00 2001 From: mharo Date: Sun, 9 Jan 2005 21:27:20 +0000 Subject: add RUN_DEPENDS PR: 75803 Submitted by: ITO, Takayuki --- security/p5-Crypt-Random/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'security/p5-Crypt-Random') diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index bc4e9375080d..cea62b9a47e6 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -15,10 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mharo@FreeBSD.org COMMENT= Cryptographically Secure, True Random Number Generator -PERLBASE= ${SITE_PERL} - -BUILD_DEPENDS= ${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ - ${PERLBASE}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ + ${SITE_PERL}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -- cgit