diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-24 02:43:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-24 02:43:51 +0000 |
commit | e3e7faeda310222ae0f96df3ae6b0f113457b84b (patch) | |
tree | ba5166e2c135d3e49c6a45a9ee892a2b20fd7f6d /textproc/modlogan | |
parent | f00c79b3aa4b62ad61bb9fcef06e2c03b1b3f088 (diff) | |
download | ports-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 'textproc/modlogan')
-rw-r--r-- | textproc/modlogan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 617ce96ef1b2..75d1c730c3f3 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= modlogan MAINTAINER= netchild@FreeBSD.org COMMENT= A modular log file analysis program -LIB_DEPENDS= adns.12:${PORTSDIR}/dns/adns \ +LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ gd.4:${PORTSDIR}/graphics/gd \ pcre.0:${PORTSDIR}/devel/pcre \ expat.6:${PORTSDIR}/textproc/expat2 |