aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2011-11-14 11:26:46 +0800
committerrakuco <rakuco@FreeBSD.org>2011-11-14 11:26:46 +0800
commit3e3bdff1f914695e975da2198d279e2769d47eb9 (patch)
tree3d5417da1e6a5cc164888f7fb19a0e8c26506a76 /mail
parent60766fa91697722890579e02dd190000420b7da7 (diff)
downloadfreebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.tar.gz
freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.tar.zst
freebsd-ports-gnome-3e3bdff1f914695e975da2198d279e2769d47eb9.zip
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes
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