diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-21 20:48:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-21 20:48:03 +0000 |
commit | 2b9c512941f8d6005c8c5068351f40f7e3d43e33 (patch) | |
tree | 73a37d06589c386a891d15fa326e347ea7696f81 /dns/p5-Net-LibIDN | |
parent | 441a0f2110b7b24fb4fac843f6a118de057c7b54 (diff) | |
download | ports-2b9c512941f8d6005c8c5068351f40f7e3d43e33.tar.gz ports-2b9c512941f8d6005c8c5068351f40f7e3d43e33.zip |
Notes
Diffstat (limited to 'dns/p5-Net-LibIDN')
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index f94d22c088c6..a82ae613f890 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -11,10 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= This module provides access to the libidn library -LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn +LICENSE= ART10 + +LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include +CONFIGURE_ARGS= --with-libidn=${LOCALBASE}/lib \ + --with-libidn-inc=${LOCALBASE}/include .include <bsd.port.mk> |