aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/spmfilter-spamassassin/Makefile4
-rw-r--r--mail/spmfilter/Makefile4
2 files changed, 0 insertions, 8 deletions
diff --git a/mail/spmfilter-spamassassin/Makefile b/mail/spmfilter-spamassassin/Makefile
index 20944722afd5..cab3c523d223 100644
--- a/mail/spmfilter-spamassassin/Makefile
+++ b/mail/spmfilter-spamassassin/Makefile
@@ -27,10 +27,6 @@ OPTIONS= DEBUG "Enable Debugging" off
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-CMAKE_USE_PTHREAD= yes
-.endif
-
.if defined(WITH_DEBUG)
CMAKE_ARGS+= -DENABLE_DEBUG=TRUE
.endif
diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile
index 784a5e237163..ca10d38b74fc 100644
--- a/mail/spmfilter/Makefile
+++ b/mail/spmfilter/Makefile
@@ -41,10 +41,6 @@ _REQUIRE= LOGIN
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-CMAKE_USE_PTHREAD= yes
-.endif
-
.if !defined(WITH_DB4) || defined(WITHOUT_DB4)
CMAKE_ARGS+= -DWITHOUT_DB4=TRUE
.else