diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-24 10:43:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-24 10:43:51 +0800 |
commit | 6df82295ef20e65f47f8b725d24c2e314ca5236f (patch) | |
tree | cb4232c5ead82bd53da0dd8e344083fd5deab97f /dns/fastresolve | |
parent | 37b6e8cd0b47f39c992166363632442b48f3b296 (diff) | |
download | freebsd-ports-gnome-6df82295ef20e65f47f8b725d24c2e314ca5236f.tar.gz freebsd-ports-gnome-6df82295ef20e65f47f8b725d24c2e314ca5236f.tar.zst freebsd-ports-gnome-6df82295ef20e65f47f8b725d24c2e314ca5236f.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.
Diffstat (limited to 'dns/fastresolve')
-rw-r--r-- | dns/fastresolve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 29459a50444c..18992e72bf99 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.djmnet.org/sw/dist/ MAINTAINER= martin@matuska.org COMMENT= Programs that process web logs to get DNS and domain ownership info -LIB_DEPENDS= adns.12:${PORTSDIR}/dns/adns +LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB USE_BZIP2= yes |