diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-09 12:37:34 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-09 12:37:34 +0000 |
commit | 1d6ce809851516deb58ea81a4e6ed61c80313ecd (patch) | |
tree | 7e2204ef18df868b76cdd5d85b669041f2c14382 /sysutils/userneu-devel | |
parent | Add wenju 1.1, collection of writing tools in Chinese. (diff) |
Fix dependencies
PR: 58928
Submitted by: Andreas Fehlner <fehlner@gmx.de>
Diffstat (limited to 'sysutils/userneu-devel')
-rw-r--r-- | sysutils/userneu-devel/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/userneu-devel/Makefile b/sysutils/userneu-devel/Makefile index 7366f0a3438a..14dd38a1e410 100644 --- a/sysutils/userneu-devel/Makefile +++ b/sysutils/userneu-devel/Makefile @@ -16,11 +16,9 @@ MAINTAINER= fehlner@gmx.de 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}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5/ - -BROKEN= "Broken dependencies; will be removed after Feb 2" + ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ + ${SITE_PERL}/Crypt/RandPasswd.pm:${PORTSDIR}/security/p5-Crypt-RandPasswd \ + ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 USE_PERL5= yes NO_BUILD= yes |