aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authortrociny <trociny@FreeBSD.org>2016-02-28 04:03:10 +0800
committertrociny <trociny@FreeBSD.org>2016-02-28 04:03:10 +0800
commitbc1d33f32fd3cb11c5d03040c1d482c8b04d0411 (patch)
treeb809960c129e32739494286afa9c7dcf0b087104 /net-mgmt
parentcaf66d5e33d147a47da67d33e7cfc825d6e3b8b3 (diff)
downloadfreebsd-ports-gnome-bc1d33f32fd3cb11c5d03040c1d482c8b04d0411.tar.gz
freebsd-ports-gnome-bc1d33f32fd3cb11c5d03040c1d482c8b04d0411.tar.zst
freebsd-ports-gnome-bc1d33f32fd3cb11c5d03040c1d482c8b04d0411.zip
Fix build on recent 11.0-CURRENT
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bsnmp-ucd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/bsnmp-ucd/Makefile b/net-mgmt/bsnmp-ucd/Makefile
index 0095b3b09937..d00cc70ce521 100644
--- a/net-mgmt/bsnmp-ucd/Makefile
+++ b/net-mgmt/bsnmp-ucd/Makefile
@@ -21,4 +21,7 @@ post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/snmpd.config.sample ${STAGEDIR}${EXAMPLESDIR}
+pre-build:
+ ${MAKE} -C ${WRKSRC} depend
+
.include <bsd.port.mk>