diff options
author | az <az@FreeBSD.org> | 2012-06-30 21:48:34 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 21:48:34 +0800 |
commit | 4bbf5addf372642e05a43cd37944f1625d747af8 (patch) | |
tree | 0f91ab31aaf44c60e525c5b9718b94fcb9c28574 /dns/ddclient | |
parent | 0120134c53e9ce38a36ce97e6bd529ebf4bc541e (diff) | |
download | freebsd-ports-gnome-4bbf5addf372642e05a43cd37944f1625d747af8.tar.gz freebsd-ports-gnome-4bbf5addf372642e05a43cd37944f1625d747af8.tar.zst freebsd-ports-gnome-4bbf5addf372642e05a43cd37944f1625d747af8.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
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 |