diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-24 02:43:51 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-24 02:43:51 +0000 |
commit | 6df82295ef20e65f47f8b725d24c2e314ca5236f (patch) | |
tree | cb4232c5ead82bd53da0dd8e344083fd5deab97f /dns/py-adns | |
parent | 37b6e8cd0b47f39c992166363632442b48f3b296 (diff) | |
download | FreeBSD-ports-6df82295ef20e65f47f8b725d24c2e314ca5236f.zip FreeBSD-ports-6df82295ef20e65f47f8b725d24c2e314ca5236f.tar.gz |
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/py-adns')
-rw-r--r-- | dns/py-adns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index 3dfcfa6..93b5ece 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -16,7 +16,7 @@ DISTNAME= adns-python-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= A Python Interface to adns, the asynchronous DNS library -LIB_DEPENDS= adns.12:${PORTSDIR}/dns/adns +LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns USE_PYTHON= yes USE_PYDISTUTILS= yes |