summaryrefslogtreecommitdiff
path: root/net/echoping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/echoping/Makefile')
-rw-r--r--net/echoping/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index 67d8d15ba96..7fa42575872 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/12/08 16:47:50 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/14 16:42:02 wiz Exp $
#
-DISTNAME= echoping-3.0.1
+DISTNAME= echoping-4.1.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/
@@ -9,6 +9,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://echoping.sourceforge.net/
GNU_CONFIGURE= YES
+USE_SSL= YES
CONFIGURE_ARGS+=--enable-icp
+CONFIGURE_ARGS+=--with-ssl=${SSLBASE}
.include "../../mk/bsd.pkg.mk"