diff options
Diffstat (limited to 'net/echoping/Makefile')
-rw-r--r-- | net/echoping/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index d69e2d00132a..3da3048abc5a 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -6,7 +6,7 @@ # PORTNAME= echoping -PORTVERSION= 5.1.0 +PORTVERSION= 5.2.0 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +14,12 @@ 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 + USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \ - --enable-ttcp --enable-tos --enable-priority + --enable-ttcp --enable-tos --with-libidn=${LOCALBASE} MAN1= echoping.1 PLIST_FILES= bin/echoping |