From 3e3bdff1f914695e975da2198d279e2769d47eb9 Mon Sep 17 00:00:00 2001 From: rakuco Date: Mon, 14 Nov 2011 03:26:46 +0000 Subject: 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 --- net-im/telepathy-qt/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'net-im/telepathy-qt') diff --git a/net-im/telepathy-qt/Makefile b/net-im/telepathy-qt/Makefile index 27460d04a13a..c0b7656ce815 100644 --- a/net-im/telepathy-qt/Makefile +++ b/net-im/telepathy-qt/Makefile @@ -17,7 +17,6 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../COPYING USE_CMAKE= yes -CMAKE_USE_PTHREAD= yes CMAKE_SOURCE_PATH= .. USE_QT_VER= 4 QT_COMPONENTS= corelib qmake_build uic_build moc_build rcc_build xml dbus -- cgit