diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-14 08:40:06 +0000 |
commit | 43721c23d5bd1f196f82f04c0f163cd9d3b8fc51 (patch) | |
tree | a70c143dac5d79ed2e6807975eb06d22bfeea2ff /dns | |
parent | a2c526c1caa2a96cafc92e195d1b92ccfc07e654 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index f02f56947dfc..868440136bc7 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -7,7 +7,7 @@ PORTNAME= dnsmasq PORTVERSION= 2.57 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index 948558461fe1..71a94305e5a5 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-LibIDN PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= domi@nonsensss.de COMMENT= This module provides access to the libidn library -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn +LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn PERL_CONFIGURE= yes CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include |