diff options
author | knu <knu@FreeBSD.org> | 2001-09-12 21:27:33 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-12 21:27:33 +0800 |
commit | 4ad1c63fcae58e95386179ed5f73da990e8c171a (patch) | |
tree | 19228eceb5520332eebe44f3df3757e3d68f656e /security/p5-Crypt-OpenSSL-RSA | |
parent | d22a95c72494df55e5a57a98a9ab95bff26c1d75 (diff) | |
download | freebsd-ports-gnome-4ad1c63fcae58e95386179ed5f73da990e8c171a.tar.gz freebsd-ports-gnome-4ad1c63fcae58e95386179ed5f73da990e8c171a.tar.zst freebsd-ports-gnome-4ad1c63fcae58e95386179ed5f73da990e8c171a.zip |
Fix BUILD_DEPENDS.
Submitted by: TOGAWA Satoshi <toga@puyo.org>
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA')
-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 6cfe6fcf6b61..d359b3d0967b 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" |