diff options
author | trociny <trociny@FreeBSD.org> | 2016-03-05 20:01:19 +0800 |
---|---|---|
committer | trociny <trociny@FreeBSD.org> | 2016-03-05 20:01:19 +0800 |
commit | c54f0ab640f44996729de4e41a6b058f8e45f21c (patch) | |
tree | 1e5da20a8421cf132a93ab6f3bfe2424ba5c377d /net-mgmt | |
parent | 8c3ba190af8ff73b5f7880692a35d9ac7c31d764 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |