diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-12 13:27:33 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-12 13:27:33 +0000 |
commit | 53fe89e3f371626f6fcf4804462e296423c0221b (patch) | |
tree | e872ee74e7f7d6cb4b9e4222acf8489da813eae4 | |
parent | e1e06734f1ce4e8bfcb84184d44a3dc5243ccfcc (diff) | |
download | ports-53fe89e3f371626f6fcf4804462e296423c0221b.tar.gz ports-53fe89e3f371626f6fcf4804462e296423c0221b.zip |
Notes
-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" |