diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-02-06 19:17:51 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-02-06 19:17:51 +0000 |
commit | 648028d2ab1f23dbd44a4c705b21dc07f46aed10 (patch) | |
tree | 2d82bd146a3a407970ee56889a0e8bdbe41e5524 /dns/ldns | |
parent | 072aac55003715e70bae112ebf05c357c5a33211 (diff) | |
download | freebsd-ports-648028d2ab1f23dbd44a4c705b21dc07f46aed10.zip |
dns/ldns
- Convert LIB_DEPENDS to new syntax
dns/py-ldns
- Add stage support [1]
Reported by: mat [1]
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index ea076a1f68a1..57556b7d4b4a 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -45,7 +45,7 @@ ALL_TARGET= pyldns INSTALL_TARGET= install-pyldns CONFIGURE_ARGS+=--with-pyldns -LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns +LIB_DEPENDS+= libldns.so:${PORTSDIR}/dns/ldns BUILD_DEPENDS+= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 post-patch: @@ -58,7 +58,7 @@ ALL_TARGET= p5-dns-ldns INSTALL_TARGET= install-p5-dns-ldns CONFIGURE_ARGS+=--with-p5-dns-ldns -LIB_DEPENDS+= ldns:${PORTSDIR}/dns/ldns +LIB_DEPENDS+= libldns.so:${PORTSDIR}/dns/ldns post-patch: @${SED} -i '' -e 's=-I./include/ldns=-I${LOCALBASE}/include/ldns=' ${WRKSRC}/Makefile.in |