summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-14 18:39:06 +0100
committer Willy Sudiarto Raharjo2023-12-22 01:59:58 +0100
commita62d3a694d9f46f5946727789159a884668e41d2 (patch)
treea7a9237de8e45e6ab42a244ccd276e61be627929 /network
parent036606defe844e203d6820e0a9f2b9789b7ef5a8 (diff)
downloadslackbuilds-a62d3a694d9f46f5946727789159a884668e41d2.tar.gz
network/unicornscan: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/unicornscan/unicornscan.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/unicornscan/unicornscan.info b/network/unicornscan/unicornscan.info
index 9ccdcc54a5..adecec5e28 100644
--- a/network/unicornscan/unicornscan.info
+++ b/network/unicornscan/unicornscan.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://sourceforge.net/projects/osace/files/unicornscan/unicornscan%2
MD5SUM="4c5f272eb38c333c0094c32317edf758"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="postgresql GeoIP php-pgsql"
+REQUIRES="GeoIP php-pgsql"
MAINTAINER="Robert E. Lee"
EMAIL="robert_at_loveathome.us"