summaryrefslogtreecommitdiff
path: root/net/echoping
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-11-09 02:50:02 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-11-09 02:50:02 +0000
commit4122925476fca12465a7b55e2739a8c96e2bd866 (patch)
tree8b8d9cbdde607a79e3f4d21521589c776003c89d /net/echoping
parentAdd bbe 0.2.2, a sed-like editor for binary files. (diff)
- Use USE_OPENLDAP
- Fix portlint warning about order of DISTNAME PR: ports/105294 Submitted by: Gea-Suan Lin <gslin@gslin.org>
Diffstat (limited to 'net/echoping')
-rw-r--r--net/echoping/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index 381fd23f12d2..b505b99c9ad2 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -7,18 +7,19 @@
PORTNAME= echoping
PORTVERSION= 5.99.0
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
-DISTNAME= echoping-6.0-BETA
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= echoping-6.0-BETA
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= A ping-like program that uses tcp and/or http
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
- idn.16:${PORTSDIR}/dns/libidn \
- ldap-2.2.7:${PORTSDIR}/net/openldap22-client
+ idn.16:${PORTSDIR}/dns/libidn
+USE_OPENLDAP= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \