summaryrefslogtreecommitdiff
path: root/net/echoping
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:48:57 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:48:57 +0000
commit1c57323789a922a7182ba378831f2c0a336a6959 (patch)
treec8d09a03adeac7a950080d8040f6c9ceb10ef9d2 /net/echoping
parentee84541509a09b09b26167f474c4b53185c17b5f (diff)
downloadpkgsrc-1c57323789a922a7182ba378831f2c0a336a6959.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'net/echoping')
-rw-r--r--net/echoping/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index 63911227e8c..c210ae7eb2e 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/06/17 10:06:52 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2002/08/25 21:49:56 jlam Exp $
#
DISTNAME= echoping-4.1.0
@@ -9,11 +9,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://echoping.sourceforge.net/
COMMENT= test performance of a remote TCP service
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=--enable-icp
-CONFIGURE_ARGS+=--with-ssl=${SSLBASE}
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --enable-icp
+CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
-USE_BUILDLINK_ONLY= yes
-
-.include "../../security/openssl/buildlink.mk"
+.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"