diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 14:21:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 14:21:47 +0000 |
commit | bcdec1a9e5d3001f595949ef3cacb8516ceded87 (patch) | |
tree | f9916040954e97ff42d0b3555a4813ee8a5abe77 /dns/py-adns/Makefile | |
parent | - Add OPTIONal off-screen rendering support with graphics/libosmesa (diff) |
Use modern LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'dns/py-adns/Makefile')
-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 ffec85b6bb99..6ac1323462e5 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -12,7 +12,7 @@ DISTNAME= adns-python-${PORTVERSION} MAINTAINER= m.tsatsenko@gmail.com COMMENT= Python Interface to adns, the asynchronous DNS library -LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns +LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns PROJECTHOST= adns-python USE_PYTHON= yes |