summaryrefslogtreecommitdiff
path: root/x11/xbindkeys
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-17 20:01:39 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-17 20:01:39 +0000
commit1ec92f1723b44fa854ef74495976a0ac158f7b99 (patch)
treeafbbd92bec9a255a177ad02a48294ce4be9e743b /x11/xbindkeys
parentfa2dbece3d24d6ef7e5d278b04c067c7e896bc6e (diff)
downloadpkgsrc-1ec92f1723b44fa854ef74495976a0ac158f7b99.tar.gz
guile is forcing pthread linkage now.
Diffstat (limited to 'x11/xbindkeys')
-rw-r--r--x11/xbindkeys/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index 60073d28f4d..28bded9a025 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -1,9 +1,12 @@
-# $NetBSD: Makefile,v 1.12 2006/12/08 16:16:12 obache Exp $
+# $NetBSD: Makefile,v 1.13 2007/06/17 20:01:39 joerg Exp $
#
.include "Makefile.common"
CONFIGURE_ARGS+= --disable-tk
+PTHREAD_AUTO_VARS= yes
+
.include "../../lang/guile/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"