diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-19 21:38:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-19 21:38:11 +0000 |
commit | e43540486406d2be3698c93db6dc310b5194e39f (patch) | |
tree | cf123e7227f1e93a8b6ad990735488db47ff0c18 /sysutils/userneu | |
parent | 193ad28af9e8f34f9752e9dbfcc3f6d89b2d2291 (diff) | |
download | ports-e43540486406d2be3698c93db6dc310b5194e39f.tar.gz ports-e43540486406d2be3698c93db6dc310b5194e39f.zip |
Notes
Diffstat (limited to 'sysutils/userneu')
-rw-r--r-- | sysutils/userneu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/userneu/Makefile b/sysutils/userneu/Makefile index 30bbdd40e909..6b33a94d1c6b 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} |