aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-07-01 18:36:41 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-07-01 18:36:41 +0000
commit2b98cc153ec5219be69afc6205585c64bd9bfe65 (patch)
treef1bd273ead66c97db18ab64c18034d45cc731a7d /net
parentef75c41b9e9b11bbe9c0a7435a103cdd0cadc7ca (diff)
downloadports-2b98cc153ec5219be69afc6205585c64bd9bfe65.tar.gz
ports-2b98cc153ec5219be69afc6205585c64bd9bfe65.zip
net/echoping: fix build by adding USES=pkgconfig
PR: 238457
Notes
Notes: svn path=/head/; revision=505629
Diffstat (limited to 'net')
-rw-r--r--net/echoping/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile
index 6790d652354e..5e1a7cda5a8c 100644
--- a/net/echoping/Makefile
+++ b/net/echoping/Makefile
@@ -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