diff options
author | Rajesh Vaidheeswarran <rv@FreeBSD.org> | 2001-04-24 13:58:07 +0000 |
---|---|---|
committer | Rajesh Vaidheeswarran <rv@FreeBSD.org> | 2001-04-24 13:58:07 +0000 |
commit | 665e86175960eb921c26ff95cf4a54fae0f73735 (patch) | |
tree | 51e87a4ac2c60013bd2bfef4d286ac7b1320e210 /devel/cons-test | |
parent | 7490edb32ba1ea646248410455171e2c6ac84046 (diff) | |
download | ports-665e86175960eb921c26ff95cf4a54fae0f73735.tar.gz ports-665e86175960eb921c26ff95cf4a54fae0f73735.zip |
Notes
Diffstat (limited to 'devel/cons-test')
-rw-r--r-- | devel/cons-test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cons-test/Makefile b/devel/cons-test/Makefile index c2e31793334f..bea6b8c78244 100644 --- a/devel/cons-test/Makefile +++ b/devel/cons-test/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= rv@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/MD5.pm:${PORTSDIR}/security/p5-MD5 ${LOCALBASE}/bin/cons:${PORTSDIR}/devel/cons +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 ${LOCALBASE}/bin/cons:${PORTSDIR}/devel/cons USE_PERL5= yes NO_BUILD= yes |