diff options
author | az <az@FreeBSD.org> | 2012-06-29 18:20:00 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 18:20:00 +0800 |
commit | 3c9ad27bda6855d5547080278f3a7835eca50950 (patch) | |
tree | 49c663b7fa3375c16edf446175d5b806da2d2688 /mail | |
parent | e4ef559ae1c7c5de0fe5a45ca16fef78823211e3 (diff) | |
download | freebsd-ports-gnome-3c9ad27bda6855d5547080278f3a7835eca50950.tar.gz freebsd-ports-gnome-3c9ad27bda6855d5547080278f3a7835eca50950.tar.zst freebsd-ports-gnome-3c9ad27bda6855d5547080278f3a7835eca50950.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'mail')
-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: |