aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2011-11-14 03:26:46 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2011-11-14 03:26:46 +0000
commit6fd8cb78105b4e32ea7c6e0a9db599fdd27c24f3 (patch)
tree9ab77eb1499aeac9e5f505a1d9593ffaf58d7da6 /mail
parent5eeef2311f34b11cd14c114b8ab6aad7c9c28f0f (diff)
downloadports-6fd8cb78105b4e32ea7c6e0a9db599fdd27c24f3.tar.gz
ports-6fd8cb78105b4e32ea7c6e0a9db599fdd27c24f3.zip
Notes
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