diff options
author | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-10-11 00:56:07 +0800 |
commit | 8f0790ca8dcd48ac80e3ceeb14da6d5199c96272 (patch) | |
tree | 49e2ff461981d4199670afbf88a721e108c5d8f2 /security | |
parent | be64ca8d2e1b7b23d17db16d92cdbe25d874fc18 (diff) | |
download | freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.gz freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.tar.zst freebsd-ports-gnome-8f0790ca8dcd48ac80e3ceeb14da6d5199c96272.zip |
- Remove SITE_PERL from *_DEPENDS (final part)
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-Primes/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/p5-Crypt-Primes/Makefile b/security/p5-Crypt-Primes/Makefile index 4d5a69fa9faf..49da15fbc54d 100644 --- a/security/p5-Crypt-Primes/Makefile +++ b/security/p5-Crypt-Primes/Makefile @@ -14,10 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Provable Prime Number Generator suitable for Cryptographic Applications -PERLBASE= ${SITE_PERL} - -BUILD_DEPENDS= ${PERLBASE}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random \ - ${PERLBASE}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari +BUILD_DEPENDS= p5-Crypt-Random>=0:${PORTSDIR}/security/p5-Crypt-Random \ + p5-Math-Pari>=0:${PORTSDIR}/math/p5-Math-Pari PERL_CONFIGURE= yes |