aboutsummaryrefslogtreecommitdiff
path: root/net/iputils
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-09-07 15:24:45 -0700
committerRosen Penev <rosenp@gmail.com>2021-09-17 22:06:52 -0700
commit5ccd4d1c250acb3d3e65f16e55926ef0bc80153d (patch)
tree7f154afba065089345ccb54b9f8fd104f5c681c1 /net/iputils
parent9a172a52fbd293c742d02cdb49f77ddf06928c7f (diff)
treewide: compile with tools/meson
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/iputils')
-rw-r--r--net/iputils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/iputils/Makefile b/net/iputils/Makefile
index b702dd61a..4b145006f 100644
--- a/net/iputils/Makefile
+++ b/net/iputils/Makefile
@@ -23,10 +23,9 @@ PKG_LICENSE_FILES:=LICENSE
PKG_CPE_ID:=cpe:/a:iputils_project:iputils
PKG_INSTALL:=1
-PKG_BUILD_DEPENDS:=meson/host
include $(INCLUDE_DIR)/package.mk
-include ../../devel/meson/meson.mk
+include $(INCLUDE_DIR)/meson.mk
MESON_ARGS += \
-DBUILD_MANS=false \