aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-01 14:21:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-01 14:21:47 +0000
commitbcdec1a9e5d3001f595949ef3cacb8516ceded87 (patch)
treef9916040954e97ff42d0b3555a4813ee8a5abe77 /dns
parent21e68952ac58572151f07c07764eeff1db936d24 (diff)
downloadports-bcdec1a9e5d3001f595949ef3cacb8516ceded87.tar.gz
ports-bcdec1a9e5d3001f595949ef3cacb8516ceded87.zip
Use modern LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=360016
Diffstat (limited to 'dns')
-rw-r--r--dns/curvedns/Makefile2
-rw-r--r--dns/dhisd/Makefile2
-rw-r--r--dns/posadis/Makefile2
-rw-r--r--dns/py-adns/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile
index 3d6ce43f7d8a..a98e4273e923 100644
--- a/dns/curvedns/Makefile
+++ b/dns/curvedns/Makefile
@@ -11,7 +11,7 @@ DISTNAME= curvedns-0.88-unstable
MAINTAINER= freebsd@dns-lab.com
COMMENT= Forwarder adding DNSCurve to an authoritative nameserver
-LIB_DEPENDS= ev.4:${PORTSDIR}/devel/libev
+LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile
index 45b4e6d87130..fce407f6ad4f 100644
--- a/dns/dhisd/Makefile
+++ b/dns/dhisd/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/
MAINTAINER= marius@FreeBSD.org
COMMENT= DHIS server for dynamic updates on the server using specific engines
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
CFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile
index e311859d3960..5b6d36d72526 100644
--- a/dns/posadis/Makefile
+++ b/dns/posadis/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/OldFiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Domain Name Server (DNS) implementation
-LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib
+LIB_DEPENDS= libposlib.so:${PORTSDIR}/devel/poslib
USE_AUTOTOOLS= autoconf libltdl libtool
USE_LDCONFIG= yes
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