summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2012-08-24 17:03:15 +0200
committer ponce <matteo.bernardini@gmail.com>2012-08-25 13:22:28 +0200
commit134da1d606e57ae0c78021bc0b69fd9573933832 (patch)
tree2d69000a39495f20d19b136732e30a68d0c9485a
parentc89240f557ca1e8be3317cb58dca22aecb418a44 (diff)
downloadslackbuilds-134da1d606e57ae0c78021bc0b69fd9573933832.tar.gz
slackbuilds-134da1d606e57ae0c78021bc0b69fd9573933832.tar.xz
network/ddclient: Fixed dep information
-rw-r--r--network/ddclient/README2
-rw-r--r--network/ddclient/ddclient.info2
2 files changed, 1 insertions, 3 deletions
diff --git a/network/ddclient/README b/network/ddclient/README
index 5cd1662dd3..d99ecf45b5 100644
--- a/network/ddclient/README
+++ b/network/ddclient/README
@@ -7,5 +7,3 @@ Supported features include: operating as a daemon, manual and automatic
updates, static and dynamic updates, optimized updates for multiple
addresses, MX, wildcards, abuse avoidance, retrying failed updates, and
sending update status to syslog and through e-mail.
-
-This requires perl-IO-Socket-SSL to run.
diff --git a/network/ddclient/ddclient.info b/network/ddclient/ddclient.info
index e5b061b39f..3cf8a2f4e2 100644
--- a/network/ddclient/ddclient.info
+++ b/network/ddclient/ddclient.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/ddclient/ddclient-3.8.1.tar.bz2"
MD5SUM="7fa417bc65f8f0e6ce78418a4f631988"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="abuse perl-IO-Socket-SSL"
+REQUIRES="perl-IO-Socket-SSL"
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"