diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-11-14 03:26:46 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-11-14 03:26:46 +0000 |
commit | 6fd8cb78105b4e32ea7c6e0a9db599fdd27c24f3 (patch) | |
tree | 9ab77eb1499aeac9e5f505a1d9593ffaf58d7da6 /deskutils/msynctool-devel | |
parent | - Fix previous entry (diff) |
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
Notes
Notes:
svn path=/head/; revision=285744
Diffstat (limited to 'deskutils/msynctool-devel')
-rw-r--r-- | deskutils/msynctool-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deskutils/msynctool-devel/Makefile b/deskutils/msynctool-devel/Makefile index 0830a12ab130..75bd03fccb3a 100644 --- a/deskutils/msynctool-devel/Makefile +++ b/deskutils/msynctool-devel/Makefile @@ -21,7 +21,6 @@ CONFLICTS= msynctool-0.2* USE_BZIP2= yes USE_CMAKE= yes -CMAKE_USE_PTHREAD= yes PLIST_FILES= bin/${PORTNAME} |