diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 17:22:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 17:22:52 +0000 |
commit | ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba (patch) | |
tree | ed1dd7cc983008686a5f08d3d1620ba45cb6aa12 /security/p5-Crypt-Random | |
parent | 4e9e8df953c5f03341a292ca153097b2a6cdfcfc (diff) |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298616
Diffstat (limited to 'security/p5-Crypt-Random')
-rw-r--r-- | security/p5-Crypt-Random/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index 122e3428c2ef..fe56fe82d46d 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Cryptographically Secure, True Random Number Generator -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ - ${SITE_PERL}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader +BUILD_DEPENDS= p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari \ + p5-Class-Loader>=0:${PORTSDIR}/devel/p5-Class-Loader RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |