diff options
author | krion <krion@FreeBSD.org> | 2004-10-26 23:26:43 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-10-26 23:26:43 +0800 |
commit | 7ad1eb6da89ab680c970f24d4d83c8c546df56f3 (patch) | |
tree | 3a12ace3379c7b498704200d645dabf573c33307 /net | |
parent | df1cdce4d7731f33a573fe0fe9a546f5d4575fd3 (diff) | |
download | freebsd-ports-graphics-7ad1eb6da89ab680c970f24d4d83c8c546df56f3.tar.gz freebsd-ports-graphics-7ad1eb6da89ab680c970f24d4d83c8c546df56f3.tar.zst freebsd-ports-graphics-7ad1eb6da89ab680c970f24d4d83c8c546df56f3.zip |
Chase libraries for new devel/libidn version.
Diffstat (limited to 'net')
-rw-r--r-- | net/echoping/Makefile | 4 | ||||
-rw-r--r-- | net/jabberd/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 824fd660784..68717c8e615 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -7,7 +7,7 @@ PORTNAME= echoping PORTVERSION= 5.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -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.15:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn USE_OPENSSL= yes GNU_CONFIGURE= yes diff --git a/net/jabberd/Makefile b/net/jabberd/Makefile index 352e6ff810e..19ab9c1b2f7 100644 --- a/net/jabberd/Makefile +++ b/net/jabberd/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabberd PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/ DISTNAME= ${PORTNAME}-2.0s3 @@ -15,7 +16,7 @@ DIST_SUBDIR= jabber MAINTAINER= kirk@strauser.com COMMENT= Online presence and instant messaging server -LIB_DEPENDS= idn.15:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn GNU_CONFIGURE= yes USE_OPENSSL= yes |