diff options
author | arved <arved@FreeBSD.org> | 2003-11-09 20:37:34 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-09 20:37:34 +0800 |
commit | 880cf0a56390267c6e454e72764da42cbffd15b5 (patch) | |
tree | 56ad218583182dec83057f8b3f8dc95471e3d0ee /sysutils | |
parent | e1c5bbed6b98c86637f0b11f0c7775857980f318 (diff) | |
download | freebsd-ports-gnome-880cf0a56390267c6e454e72764da42cbffd15b5.tar.gz freebsd-ports-gnome-880cf0a56390267c6e454e72764da42cbffd15b5.tar.zst freebsd-ports-gnome-880cf0a56390267c6e454e72764da42cbffd15b5.zip |
Fix dependencies
PR: 58928
Submitted by: Andreas Fehlner <fehlner@gmx.de>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/userneu-devel/Makefile | 8 | ||||
-rw-r--r-- | sysutils/userneu/Makefile | 8 |
2 files changed, 6 insertions, 10 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 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 |