diff options
Diffstat (limited to 'sysutils/userneu/Makefile')
-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 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} |