diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:48:34 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 13:48:34 +0000 |
commit | 4641b63dd110dfe3a5eb439a464a3b08b0a4075d (patch) | |
tree | 8921d3aea2ab8ce149421e10ca80d7879fe2ce78 /dns/ddclient | |
parent | 7e97d209a0f6ab0569565dff85a4ef9d331fd2c8 (diff) | |
download | ports-4641b63dd110dfe3a5eb439a464a3b08b0a4075d.tar.gz ports-4641b63dd110dfe3a5eb439a464a3b08b0a4075d.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300273
Diffstat (limited to 'dns/ddclient')
-rw-r--r-- | dns/ddclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index d327f32153a9..32432f3825a5 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -26,7 +26,7 @@ OPTIONS= SSL "Enable SSL support" ON .include <bsd.port.options.mk> .ifndef WITHOUT_SSL -RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL .endif SUB_FILES= pkg-message ddclient_force |