aboutsummaryrefslogtreecommitdiffstats
path: root/security/makepasswd
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 20:42:52 +0800
committeraz <az@FreeBSD.org>2012-06-30 20:42:52 +0800
commit9c3610198c70d4848e049e3cfafddaae4213ab87 (patch)
treeb4ac412c1f5608fbffd6c72418cdc570bfc11d6b /security/makepasswd
parent5144a33c408bb6536cad50aaaa281f624050cc12 (diff)
downloadfreebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.gz
freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.zst
freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'security/makepasswd')
-rw-r--r--security/makepasswd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/makepasswd/Makefile b/security/makepasswd/Makefile
index 48655e64634a..925da105e577 100644
--- a/security/makepasswd/Makefile
+++ b/security/makepasswd/Makefile
@@ -25,8 +25,8 @@ LICENSE= GPLv1
NO_BUILD= yes
USE_PERL5_RUN= yes
-RUN_DEPENDS+= ${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
- ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/Random.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random
+RUN_DEPENDS+= p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
+ p5-Crypt-OpenSSL-Random>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Random
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}