diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
commit | 0ebd6a5ee96d4083e11152c20272fdd13778fae4 (patch) | |
tree | dbe1a0d8df971ef0ba5b5f6a0096d7f3538cd64e /sysutils/userneu | |
parent | 60d1bd004aa610051a3da8f2fb63c4b41c857301 (diff) | |
download | freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.gz freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.zst freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'sysutils/userneu')
-rw-r--r-- | sysutils/userneu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/userneu/Makefile b/sysutils/userneu/Makefile index e42d00f4bd83..f2c5667e994b 100644 --- a/sysutils/userneu/Makefile +++ b/sysutils/userneu/Makefile @@ -18,8 +18,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 |