diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-22 08:10:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-22 08:10:58 +0000 |
commit | 9c454797a2bafc66928418faa41753772fb9d0d6 (patch) | |
tree | 4d9a32a22b3c8a9595e9a77e6266ca0171baf399 /net/echoping | |
parent | 70dbc732f4f09f9f425f9c94dcbfd86b6e30d71e (diff) |
Notes
Diffstat (limited to 'net/echoping')
-rw-r--r-- | net/echoping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 3da3048abc5a..365749b1cad8 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -7,6 +7,7 @@ PORTNAME= echoping PORTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,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.13:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.14:${PORTSDIR}/devel/libidn USE_OPENSSL= yes GNU_CONFIGURE= yes |