diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-06 06:12:00 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-06 06:12:00 +0000 |
commit | cca6bca2913a5cb16af5b47debf096daea4a027a (patch) | |
tree | d2529469f74659d3e2ac17d9cf6be71f0ffffce7 /security/p5-Crypt-DH | |
parent | 7a20c70a4ea17771554928abaf7c5b38651187e7 (diff) | |
download | ports-cca6bca2913a5cb16af5b47debf096daea4a027a.tar.gz ports-cca6bca2913a5cb16af5b47debf096daea4a027a.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-DH')
-rw-r--r-- | security/p5-Crypt-DH/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-DH/Makefile b/security/p5-Crypt-DH/Makefile index 108f4d7f06e7..86afeda93bee 100644 --- a/security/p5-Crypt-DH/Makefile +++ b/security/p5-Crypt-DH/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jesper@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Math/Pari.pm:${PORTSDIR}/math/p5-Math-Pari \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/Random.pm:${PORTSDIR}/security/p5-Crypt-Random RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |