aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/rsvndump/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile
index cee51d36d678..ff729bf1b510 100644
--- a/devel/rsvndump/Makefile
+++ b/devel/rsvndump/Makefile
@@ -29,6 +29,10 @@ PLIST_FILES+= bin/rsvndump
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700041
+CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS}
+.endif
+
BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \
xmlto:${PORTSDIR}/textproc/xmlto