diff options
author | az <az@FreeBSD.org> | 2012-07-01 22:14:22 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-07-01 22:14:22 +0800 |
commit | 1204e0a4c00adb353b5205930c7f518c01d70016 (patch) | |
tree | 47753ec2668760cf4ad02a0fc967d4a40c1f7cec /sysutils/userneu-devel | |
parent | 88afd7cc80ed92abd220b4741c4b0ab05b868d77 (diff) | |
download | freebsd-ports-gnome-1204e0a4c00adb353b5205930c7f518c01d70016.tar.gz freebsd-ports-gnome-1204e0a4c00adb353b5205930c7f518c01d70016.tar.zst freebsd-ports-gnome-1204e0a4c00adb353b5205930c7f518c01d70016.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
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 |