diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-07-01 14:14:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-07-01 14:14:22 +0000 |
commit | 425d0841bbbe9000a2e034a2621aec80f8745545 (patch) | |
tree | 50f7b396ab46973b5abff69840bcfac563f48e4f /sysutils/userneu-devel | |
parent | 9a64c214d0741524430c072a6b24079f60cfa0ff (diff) |
Notes
Diffstat (limited to 'sysutils/userneu-devel')
-rw-r--r-- | sysutils/userneu-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/userneu-devel/Makefile b/sysutils/userneu-devel/Makefile index e497d7627ec6..725729d8cd5a 100644 --- a/sysutils/userneu-devel/Makefile +++ b/sysutils/userneu-devel/Makefile @@ -19,8 +19,8 @@ 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/ + p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \ + p5-Crypt-RandPasswd>=0:${PORTSDIR}/security/p5-Crypt-RandPasswd USE_PERL5_RUN= yes NO_BUILD= yes |