aboutsummaryrefslogtreecommitdiffstats
path: root/net/echoping
diff options
context:
space:
mode:
authorsumikawa <sumikawa@FreeBSD.org>2006-11-09 10:50:02 +0800
committersumikawa <sumikawa@FreeBSD.org>2006-11-09 10:50:02 +0800
commit27299c0740c7df893d7d9fb5909385c86f08355c (patch)
treea92cd0c5c5ffe9e8f3e13791f905a4dbf56b96e7 /net/echoping
parent21d36caea730b9fae23ab6f6334e6fc08e94d63a (diff)
downloadfreebsd-ports-gnome-27299c0740c7df893d7d9fb5909385c86f08355c.tar.gz
freebsd-ports-gnome-27299c0740c7df893d7d9fb5909385c86f08355c.tar.zst
freebsd-ports-gnome-27299c0740c7df893d7d9fb5909385c86f08355c.zip
- 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 \