diff options
author | az <az@FreeBSD.org> | 2012-06-07 01:22:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 01:22:52 +0800 |
commit | aa2dbf15fbd5cb5ac364caf1f4228d8efb437158 (patch) | |
tree | 1b3c2e52046872caf1fd9697d9186df694c4f55e /security/p5-Crypt-Random | |
parent | 726cca3ddc54b6abeaf2cfcc6731a0cdc60df2c9 (diff) | |
download | freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.tar.gz freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.tar.zst freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.zip |
- Remove SITE_PERL from *_DEPENDS
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 |