diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:20:00 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 10:20:00 +0000 |
commit | 47d7ecfddff6aa8af488a1c7a703e2ff85e35678 (patch) | |
tree | f2b3b30b5c45fb5a4549ebf72c8df88a3e31e876 /mail/swaks | |
parent | 4c44c06b4b67067a59ad9ec9b75e5ed68f89f06e (diff) | |
download | ports-47d7ecfddff6aa8af488a1c7a703e2ff85e35678.tar.gz ports-47d7ecfddff6aa8af488a1c7a703e2ff85e35678.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300209
Diffstat (limited to 'mail/swaks')
-rw-r--r-- | mail/swaks/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/swaks/Makefile b/mail/swaks/Makefile index 2f75cafffa30..8008a9665b1f 100644 --- a/mail/swaks/Makefile +++ b/mail/swaks/Makefile @@ -24,15 +24,15 @@ USE_PERL5_RUN= yes .include <bsd.port.pre.mk> .if defined(WITH_PERL_NET_DNS) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS +RUN_DEPENDS+= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS .endif .if defined(WITH_PERL_NET_SSLEAY) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay +RUN_DEPENDS+= p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay .endif .if defined(WITH_PERL_AUTHEN_NTLM) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Authen/NTLM.pm:${PORTSDIR}/security/p5-Authen-NTLM +RUN_DEPENDS+= p5-Authen-NTLM>=0:${PORTSDIR}/security/p5-Authen-NTLM .endif do-build: |