diff options
author | krion <krion@FreeBSD.org> | 2004-06-28 14:36:20 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-06-28 14:36:20 +0800 |
commit | 5eceeb8b926a8241ee47a3e3818bfcf4c391de67 (patch) | |
tree | b45e6549071ff1dc696c0aee0cf87eb073406002 | |
parent | bf7d8d24d491bb827217fc90d47868fe24be826d (diff) | |
download | freebsd-ports-gnome-5eceeb8b926a8241ee47a3e3818bfcf4c391de67.tar.gz freebsd-ports-gnome-5eceeb8b926a8241ee47a3e3818bfcf4c391de67.tar.zst freebsd-ports-gnome-5eceeb8b926a8241ee47a3e3818bfcf4c391de67.zip |
Chase libraries for new devel/libidn version
-rw-r--r-- | devel/p5-Net-LibIDN/Makefile | 2 | ||||
-rw-r--r-- | dns/p5-Net-LibIDN/Makefile | 2 | ||||
-rw-r--r-- | net/echoping/Makefile | 2 | ||||
-rw-r--r-- | security/gsasl/Makefile | 2 | ||||
-rw-r--r-- | security/shishi/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Net-LibIDN/Makefile b/devel/p5-Net-LibIDN/Makefile index 8858aff60a4e..8f856de5c84e 100644 --- a/devel/p5-Net-LibIDN/Makefile +++ b/devel/p5-Net-LibIDN/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= domi@saargate.de COMMENT= This module provides access to the libidn library -LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn PERL_CONFIGURE= yes CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include diff --git a/dns/p5-Net-LibIDN/Makefile b/dns/p5-Net-LibIDN/Makefile index 8858aff60a4e..8f856de5c84e 100644 --- a/dns/p5-Net-LibIDN/Makefile +++ b/dns/p5-Net-LibIDN/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= domi@saargate.de COMMENT= This module provides access to the libidn library -LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn PERL_CONFIGURE= yes CONFIGURE_ARGS+= --with-libidn=${PREFIX}/lib --with-libidn-inc=${PREFIX}/include diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 365749b1cad8..824fd6607841 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sumikawa@FreeBSD.org COMMENT= A ping-like program that uses tcp and/or http -LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn USE_OPENSSL= yes GNU_CONFIGURE= yes diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 7a6c48f31ddf..34c7554256c0 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= GNU SASL Library -LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn \ gcrypt.12:${PORTSDIR}/security/libgcrypt \ ntlm.0:${PORTSDIR}/security/libntlm diff --git a/security/shishi/Makefile b/security/shishi/Makefile index e3202ea42950..e999b3f1a5f7 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= A free implementation of the Kerberos 5 network security system -LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn \ gcrypt.12:${PORTSDIR}/security/libgcrypt \ tasn1.2:${PORTSDIR}/security/libtasn1 |