diff options
author | pi <pi@FreeBSD.org> | 2019-07-02 02:36:41 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2019-07-02 02:36:41 +0800 |
commit | dc840697da5830ba28944e353656ec3d210bd259 (patch) | |
tree | f1bd273ead66c97db18ab64c18034d45cc731a7d /net | |
parent | a879e900e0942b3a1df11e6ccac37c892070c819 (diff) | |
download | freebsd-ports-gnome-dc840697da5830ba28944e353656ec3d210bd259.tar.gz freebsd-ports-gnome-dc840697da5830ba28944e353656ec3d210bd259.tar.zst freebsd-ports-gnome-dc840697da5830ba28944e353656ec3d210bd259.zip |
net/echoping: fix build by adding USES=pkgconfig
PR: 238457
Diffstat (limited to 'net')
-rw-r--r-- | net/echoping/Makefile | 4 |
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 |