diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-19 21:38:11 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-19 21:38:11 +0000 |
commit | 02f7b54929652a408f282a2d1eaaa283186ad36d (patch) | |
tree | fb9ee6b343d47dd45ceb246fd95a700964f72230 | |
parent | 45c2599758b02ad5108e36a0bc7e2e3ab0c92891 (diff) | |
download | FreeBSD-ports-02f7b54929652a408f282a2d1eaaa283186ad36d.zip FreeBSD-ports-02f7b54929652a408f282a2d1eaaa283186ad36d.tar.gz |
fix the dependency on p5-Digest-MD5
Noticed by: bento
-rw-r--r-- | sysutils/userneu-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/userneu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/userneu-devel/Makefile b/sysutils/userneu-devel/Makefile index 30bbdd4..6b33a94 100644 --- a/sysutils/userneu-devel/Makefile +++ b/sysutils/userneu-devel/Makefile @@ -17,7 +17,7 @@ COMMENT= Account management and creation tool RUN_DEPENDS= \ ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5/ \ ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd/ \ -${SITE_PERL}/mach/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/ +${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GLOCATE= ${PREFIX}/${PORTNAME} diff --git a/sysutils/userneu/Makefile b/sysutils/userneu/Makefile index 30bbdd4..6b33a94 100644 --- a/sysutils/userneu/Makefile +++ b/sysutils/userneu/Makefile @@ -17,7 +17,7 @@ COMMENT= Account management and creation tool RUN_DEPENDS= \ ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5/ \ ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd/ \ -${SITE_PERL}/mach/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/ +${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GLOCATE= ${PREFIX}/${PORTNAME} |