diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-28 14:36:20 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-28 14:36:20 +0800 |
commit | 9a2a3ec918485962b06b2413bd40507db31599b6 (patch) | |
tree | be3b724de09cde14b71394b07329a282970b8b8f /net | |
parent | 70e41684facd639fd39f888336a7e7d6cc903584 (diff) | |
download | freebsd-ports-gnome-9a2a3ec918485962b06b2413bd40507db31599b6.tar.gz freebsd-ports-gnome-9a2a3ec918485962b06b2413bd40507db31599b6.tar.zst freebsd-ports-gnome-9a2a3ec918485962b06b2413bd40507db31599b6.zip |
Chase libraries for new devel/libidn version
Diffstat (limited to 'net')
-rw-r--r-- | net/echoping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |