diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-31 17:47:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-31 17:47:26 +0800 |
commit | 73c70a4e1695d5430564101573b02f877b87d204 (patch) | |
tree | 28ea81c49986675e23f0df74b306bc08fc682aa8 /sysutils/kgtk | |
parent | 93c83ebf8bb230f9c3b940febd1921039c5139b1 (diff) | |
download | freebsd-ports-gnome-73c70a4e1695d5430564101573b02f877b87d204.tar.gz freebsd-ports-gnome-73c70a4e1695d5430564101573b02f877b87d204.tar.zst freebsd-ports-gnome-73c70a4e1695d5430564101573b02f877b87d204.zip |
- Fix build
Submitted by: pavbot
Diffstat (limited to 'sysutils/kgtk')
-rw-r--r-- | sysutils/kgtk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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= .. |