svn commit: r505629 - head/net/echoping

Kurt Jaeger pi at FreeBSD.org
Mon Jul 1 18:36:42 UTC 2019


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


More information about the svn-ports-head mailing list