diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-21 18:39:19 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-04-21 18:39:19 +0000 |
commit | 2201ea060728156976b0e1b780148e35c73632db (patch) | |
tree | edffbbfffa6384672226bec39c6fa1a71e26e147 /dns/py-adns/Makefile | |
parent | Require libtool here to fix the build. (diff) |
- Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.
Reproached by: kris
Diffstat (limited to 'dns/py-adns/Makefile')
-rw-r--r-- | dns/py-adns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index e93042aa3570..f9bc09eb800e 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -7,6 +7,7 @@ PORTNAME= adns PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= dns python MASTER_SITES= http://dustman.net/andy/python/adns-python/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ DISTNAME= adns-python-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= A Python Interface to adns, the asynchronous DNS library -LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns +LIB_DEPENDS= adns.12:${PORTSDIR}/dns/adns USE_PYTHON= yes USE_PYDISTUTILS= yes |