diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 13:27:33 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 13:27:33 +0000 |
commit | 4ad1c63fcae58e95386179ed5f73da990e8c171a (patch) | |
tree | 19228eceb5520332eebe44f3df3757e3d68f656e /security | |
parent | d22a95c72494df55e5a57a98a9ab95bff26c1d75 (diff) | |
download | FreeBSD-ports-4ad1c63fcae58e95386179ed5f73da990e8c171a.zip FreeBSD-ports-4ad1c63fcae58e95386179ed5f73da990e8c171a.tar.gz |
Fix BUILD_DEPENDS.
Submitted by: TOGAWA Satoshi <toga@puyo.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenSSL-RSA/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile index 6cfe6fc..d359b3d 100644 --- a/security/p5-Crypt-OpenSSL-RSA/Makefile +++ b/security/p5-Crypt-OpenSSL-RSA/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@cityfujisawa.ne.jp -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/local/p5-Crypt-OpenSSL-Random +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${.CURDIR}/../p5-Crypt-OpenSSL-Random RUN_DEPENDS= ${BUILD_DEPENDS} RESTRICTED= "Crypto; export-controlled" |