diff options
author | trociny <trociny@FreeBSD.org> | 2016-02-28 04:03:10 +0800 |
---|---|---|
committer | trociny <trociny@FreeBSD.org> | 2016-02-28 04:03:10 +0800 |
commit | bc1d33f32fd3cb11c5d03040c1d482c8b04d0411 (patch) | |
tree | b809960c129e32739494286afa9c7dcf0b087104 /net-mgmt | |
parent | caf66d5e33d147a47da67d33e7cfc825d6e3b8b3 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |