diff options
author | nork <nork@FreeBSD.org> | 2002-11-01 07:44:38 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-01 07:44:38 +0000 |
commit | fcddddbde850712383627d3997ca0078c05743fa (patch) | |
tree | 32ab167fc7fa7df429ec6317e49939f1cfc78f98 | |
parent | eadc6f46c71d2ed7fb5199bde99dc7a901974778 (diff) | |
download | FreeBSD-ports-fcddddbde850712383627d3997ca0078c05743fa.zip FreeBSD-ports-fcddddbde850712383627d3997ca0078c05743fa.tar.gz |
Delete needless *_DEPENDS.
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
-rw-r--r-- | security/p5-Crypt-OpenSSL-DSA/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/p5-Crypt-OpenSSL-DSA/Makefile b/security/p5-Crypt-OpenSSL-DSA/Makefile index 0b02ee2..793ac01 100644 --- a/security/p5-Crypt-OpenSSL-DSA/Makefile +++ b/security/p5-Crypt-OpenSSL-DSA/Makefile @@ -14,9 +14,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= nork@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random -RUN_DEPENDS= ${BUILD_DEPENDS} - RESTRICTED= "Crypto; export-controlled" PERL_CONFIGURE= yes |