Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2019 18:36:41 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505629 - head/net/echoping
Message-ID:  <201907011836.x61Iafex027202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon Jul  1 18:36:41 2019
New Revision: 505629
URL: https://svnweb.freebsd.org/changeset/ports/505629

Log:
  net/echoping: fix build by adding USES=pkgconfig
  
  PR:		238457

Modified:
  head/net/echoping/Makefile

Modified: head/net/echoping/Makefile
==============================================================================
--- head/net/echoping/Makefile	Mon Jul  1 18:12:17 2019	(r505628)
+++ head/net/echoping/Makefile	Mon Jul  1 18:36:41 2019	(r505629)
@@ -12,12 +12,10 @@ COMMENT=	Ping-like program that uses TCP and/or HTTP
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		fails to configure
-
 LIB_DEPENDS=	libpopt.so:devel/popt \
 		libidn.so:dns/libidn
 
-USES=		autoreconf cpe libtool ssl
+USES=		autoreconf cpe libtool pkgconfig ssl
 
 CPE_VENDOR=	echoping_project
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907011836.x61Iafex027202>