aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
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 /deskutils
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 'deskutils')
-rw-r--r--deskutils/chmsee/Makefile1
-rw-r--r--deskutils/libopensync-plugin-vformat-devel/Makefile1
-rw-r--r--deskutils/msynctool-devel/Makefile1
-rw-r--r--deskutils/q4wine/Makefile1
-rw-r--r--deskutils/qtm/Makefile1
5 files changed, 0 insertions, 5 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile
index ce78ea5cbc1f..83ca8cfe36ca 100644
--- a/deskutils/chmsee/Makefile
+++ b/deskutils/chmsee/Makefile
@@ -23,7 +23,6 @@ USE_GNOME= gnomehier libglade2
USE_GECKO= libxul
USE_GETTEXT= yes
USE_CMAKE= yes
-CMAKE_USE_PTHREAD= yes
CMAKE_ARGS= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=TRUE
INSTALLS_ICONS= yes
diff --git a/deskutils/libopensync-plugin-vformat-devel/Makefile b/deskutils/libopensync-plugin-vformat-devel/Makefile
index 9f2348b3e64a..681af2ee9e12 100644
--- a/deskutils/libopensync-plugin-vformat-devel/Makefile
+++ b/deskutils/libopensync-plugin-vformat-devel/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync
USE_BZIP2= yes
USE_ICONV= yes
USE_CMAKE= yes
-CMAKE_USE_PTHREAD= yes
CMAKE_ARGS+= -Wno-dev
CFLAGS+= "-I${LOCALBASE}/include"
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}
diff --git a/deskutils/q4wine/Makefile b/deskutils/q4wine/Makefile
index 110fc64fdaa5..3683e01d54e5 100644
--- a/deskutils/q4wine/Makefile
+++ b/deskutils/q4wine/Makefile
@@ -29,7 +29,6 @@ ONLY_FOR_ARCHS_REASON= depends on wine which is only available for i386
MAN1= q4wine-cli.1 q4wine-helper.1 q4wine.1
USE_CMAKE= yes
-CMAKE_USE_PTHREAD= yes
CMAKE_ARGS+= -DMANPAGE_ENTRY_PATH=${MANPREFIX}/man/
OPTIONS= DBUS "Enable DBus notification support" on
diff --git a/deskutils/qtm/Makefile b/deskutils/qtm/Makefile
index 69a514709775..c43baf74880b 100644
--- a/deskutils/qtm/Makefile
+++ b/deskutils/qtm/Makefile
@@ -22,7 +22,6 @@ QT_COMPONENTS= corelib dbus gui network xml \
moc_build qmake_build rcc_build uic_build
USE_OPENSSL= yes
USE_CMAKE= yes
-CMAKE_USE_PTHREAD= yes
CMAKE_ARGS= -DCMAKE_CXX_FLAGS_RELEASE:STRING="-DNDEBUG" \
-DMANPAGE_DIRECTORY:STRING="${MANPREFIX}/man/man1" \
-DMARKDOWN_LOCATION:STRING="${LOCALBASE}/bin/markdown"