diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-26 15:26:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-26 15:26:43 +0000 |
commit | ee5080e0e9e4d732c9eb2a2dce2f0aa7cbb16b80 (patch) | |
tree | 3344d939a429c2216c14cca3557787698e485c94 /dns | |
parent | f627a3c30e0d3065425c132bad919dceed1ff280 (diff) | |
download | ports-ee5080e0e9e4d732c9eb2a2dce2f0aa7cbb16b80.tar.gz ports-ee5080e0e9e4d732c9eb2a2dce2f0aa7cbb16b80.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index 8f856de5c84e..25afda533bee 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net-LibIDN PORTVERSION= 0.07 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/T/TH/THOR @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= domi@saargate.de COMMENT= This module provides access to the libidn library -LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn PERL_CONFIGURE= yes CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include |