diff options
author | pat <pat@FreeBSD.org> | 2002-07-06 14:12:00 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-06 14:12:00 +0800 |
commit | 3fa1f70b1591e8a95c8e034cba9b14c06f4b9370 (patch) | |
tree | 8f41f51b6584cfccea90d7842d6ee90dcb3b1f2a /security | |
parent | 913c1c6aa33ba3c4bc1edc3491e63819977ba004 (diff) | |
download | freebsd-ports-gnome-3fa1f70b1591e8a95c8e034cba9b14c06f4b9370.tar.gz freebsd-ports-gnome-3fa1f70b1591e8a95c8e034cba9b14c06f4b9370.tar.zst freebsd-ports-gnome-3fa1f70b1591e8a95c8e034cba9b14c06f4b9370.zip |
Sweep through and fix some dependency problems and forgotten shlib
version bumps
Noticed by: bento
Diffstat (limited to 'security')
-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 |