aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2016-03-05 20:01:19 +0800
committertrociny <trociny@FreeBSD.org>2016-03-05 20:01:19 +0800
commitc54f0ab640f44996729de4e41a6b058f8e45f21c (patch)
tree1e5da20a8421cf132a93ab6f3bfe2424ba5c377d /net-mgmt
parent8c3ba190af8ff73b5f7880692a35d9ac7c31d764 (diff)
downloadfreebsd-ports-gnome-c54f0ab640f44996729de4e41a6b058f8e45f21c.tar.gz
freebsd-ports-gnome-c54f0ab640f44996729de4e41a6b058f8e45f21c.tar.zst
freebsd-ports-gnome-c54f0ab640f44996729de4e41a6b058f8e45f21c.zip
Fixup for r409685 (Fix build on recent 11.0-CURRENT)
These commits add 'make depend' to pre-build in order to force making ucd_oid.h and ucd_tree.h before compiling other files, which includes those.
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bsnmp-ucd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile
index d00cc70ce521..536302a6bc0f 100644
--- a/net-mgmt/bsnmp-ucd/Makefile
+++ b/net-mgmt/bsnmp-ucd/Makefile
@@ -22,6 +22,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
pre-build:
- ${MAKE} -C ${WRKSRC} depend
+ ${MAKE_CMD} -C ${WRKSRC} depend
.include <bsd.port.mk>