aboutsummaryrefslogtreecommitdiff
path: root/net/nepenthes
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-24 02:43:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-04-24 02:43:51 +0000
commite3e7faeda310222ae0f96df3ae6b0f113457b84b (patch)
treeba5166e2c135d3e49c6a45a9ee892a2b20fd7f6d /net/nepenthes
parentf00c79b3aa4b62ad61bb9fcef06e2c03b1b3f088 (diff)
downloadports-e3e7faeda310222ae0f96df3ae6b0f113457b84b.tar.gz
ports-e3e7faeda310222ae0f96df3ae6b0f113457b84b.zip
Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to libadns.so.1 even when the installed file was libadns.so.12, a new PORTREVISION bump is not needed.
Notes
Notes: svn path=/head/; revision=160272
Diffstat (limited to 'net/nepenthes')
-rw-r--r--net/nepenthes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile
index 0baaee9ea2ba..a03980144f43 100644
--- a/net/nepenthes/Makefile
+++ b/net/nepenthes/Makefile
@@ -18,7 +18,7 @@ COMMENT= Determine the malware activity on a network
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \
magic.1:${PORTSDIR}/sysutils/file \
pcre.0:${PORTSDIR}/devel/pcre \
- adns.12:${PORTSDIR}/dns/adns
+ adns.1:${PORTSDIR}/dns/adns
USE_PERL5= yes
GNU_CONFIGURE= yes