diff options
-rw-r--r-- | deskutils/qtm/Makefile | 1 | ||||
-rw-r--r-- | sysutils/kgtk/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/qtm/Makefile b/deskutils/qtm/Makefile index 2694f6d5f6f5..9200b53f33c8 100644 --- a/deskutils/qtm/Makefile +++ b/deskutils/qtm/Makefile @@ -16,6 +16,7 @@ COMMENT= Blog management application based on Qt 4 USE_QT_VER= 4 QT_COMPONENTS= corelib gui rcc network xml moc_build qmake_build uic_build USE_CMAKE= yes +CMAKE_USE_PTHREAD= yes CMAKE_ARGS+= -DMANPAGE_DIRECTORY="${MANPREFIX}/man/man1" MANCOMPRESSED= yes diff --git a/sysutils/kgtk/Makefile b/sysutils/kgtk/Makefile index d02f4d7ce783..a97e36aaa65d 100644 --- a/sysutils/kgtk/Makefile +++ b/sysutils/kgtk/Makefile @@ -25,6 +25,7 @@ USE_GMAKE= yes USE_GNOME= gtk20 USE_KDEBASE_VER=3 USE_CMAKE= yes +CMAKE_USE_PTHREAD= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build CMAKE_SOURCE_PATH= .. |