Use modern LIB_DEPENDS

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2014-07-01 14:21:47 +00:00
parent 21e68952ac
commit bcdec1a9e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360016
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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