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 | |
parent | 958a7eb309a084ebc9329caf306e91c6ece07d73 (diff) | |
download | ports-1d6ce809851516deb58ea81a4e6ed61c80313ecd.tar.gz ports-1d6ce809851516deb58ea81a4e6ed61c80313ecd.zip |
Notes
Diffstat (limited to 'sysutils/userneu')
-rw-r--r-- | sysutils/userneu/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/userneu/Makefile b/sysutils/userneu/Makefile index 7366f0a3438a..14dd38a1e410 100644 --- a/sysutils/userneu/Makefile +++ b/sysutils/userneu/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 |