diff options
Diffstat (limited to 'net/pear-Net_DNSBL/Makefile')
-rw-r--r-- | net/pear-Net_DNSBL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pear-Net_DNSBL/Makefile b/net/pear-Net_DNSBL/Makefile index a6c77d83baa0..1d38672a181b 100644 --- a/net/pear-Net_DNSBL/Makefile +++ b/net/pear-Net_DNSBL/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ ${PEARDIR}/Net/CheckIP.php:${PORTSDIR}/net/pear-Net_CheckIP \ ${PEARDIR}/Net/DNS/RR/A.php:${PORTSDIR}/dns/pear-Net_DNS \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request -RUN_DEPENDS= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ +RUN_DEPENDS:= ${PEARDIR}/Cache/Lite.php:${PORTSDIR}/sysutils/pear-Cache_Lite \ ${PEARDIR}/Net/CheckIP.php:${PORTSDIR}/net/pear-Net_CheckIP \ ${PEARDIR}/Net/DNS/RR/A.php:${PORTSDIR}/dns/pear-Net_DNS \ ${PEARDIR}/HTTP/Request.php:${PORTSDIR}/www/pear-HTTP_Request |