diff options
author | rakuco <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2011-11-14 11:26:46 +0800 |
commit | 3e3bdff1f914695e975da2198d279e2769d47eb9 (patch) | |
tree | 3d5417da1e6a5cc164888f7fb19a0e8c26506a76 /mail | |
parent | 60766fa91697722890579e02dd190000420b7da7 (diff) | |
download | freebsd-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/Makefile | 4 | ||||
-rw-r--r-- | mail/spmfilter/Makefile | 4 |
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 |