diff options
author | minskim <minskim> | 2004-03-08 00:49:48 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-03-08 00:49:48 +0000 |
commit | 949970d39db4e63ceb7b2c7a5c96a767ca931dc2 (patch) | |
tree | 4d6144a7661ed8c4de5baa922d023c2f5b1d26ea /net/echoping/Makefile | |
parent | a3d6c55d8618015ae949c5d6dde75d584b323e95 (diff) | |
download | pkgsrc-949970d39db4e63ceb7b2c7a5c96a767ca931dc2.tar.gz |
Update echoping to 5.2.0.
Changes: IDN (Unicode domain names) support.
Diffstat (limited to 'net/echoping/Makefile')
-rw-r--r-- | net/echoping/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 5edb4c1341b..039d50959f7 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/12/14 04:08:32 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/08 00:49:48 minskim Exp $ # -DISTNAME= echoping-5.1.0 +DISTNAME= echoping-5.2.0 CATEGORIES= net MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/ @@ -9,10 +9,12 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://echoping.sourceforge.net/ COMMENT= Test performance of a remote TCP service -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-icp CONFIGURE_ARGS+= --with-ssl=${SSLBASE} +CONFIGURE_ARGS+= --with-libidn=${BUILDLINK_PREFIX.libidn} -.include "../../security/openssl/buildlink2.mk" +.include "../../devel/libidn/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |