diff options
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 a6a12ceae418..e37285228662 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sumikawa@FreeBSD.org COMMENT= A ping-like program that uses tcp and/or http -LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ +LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ + idn.16:${PORTSDIR}/dns/libidn \ ldap-2.2.7:${PORTSDIR}/net/openldap22-client USE_OPENSSL= yes |