diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-06-12 03:51:00 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-06-12 03:51:00 +0000 |
commit | d74fc3ab1308e7b32676dfeb80ef39b5391b813c (patch) | |
tree | c9db51d672979e9bf7a9c377cca9834fb6881571 /net/echoping | |
parent | c0c080a15f400e68f17398f53aff301ec6101131 (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 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 |