diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-11-09 02:50:02 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-11-09 02:50:02 +0000 |
commit | 4122925476fca12465a7b55e2739a8c96e2bd866 (patch) | |
tree | 8b8d9cbdde607a79e3f4d21521589c776003c89d /net | |
parent | 6f3b0763961863eba3c08b9575f165cfa90691a3 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/echoping/Makefile | 7 |
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 \ |