aboutsummaryrefslogtreecommitdiffstats
path: root/net/pimdd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/pimdd/Makefile')
-rw-r--r--net/pimdd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pimdd/Makefile b/net/pimdd/Makefile
index 64db7eceea12..5526545e1512 100644
--- a/net/pimdd/Makefile
+++ b/net/pimdd/Makefile
@@ -18,6 +18,12 @@ COMMENT= \
NO_MAN= defined
PIMDD_DOCS= pimd-dense.html README CHANGES RELEASE.NOTES
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800070
+BROKEN= does not compile: error: IGMP_HOST_MEMBERSHIP_REPORT undeclared
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's|/etc/pimd.conf|${PREFIX}/etc/pimd.conf|g' ${WRKSRC}/pathnames.h
@@ -31,4 +37,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>