summaryrefslogtreecommitdiff
path: root/x11/xbindkeys/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-10-13 11:39:46 +0000
committerjmmv <jmmv@pkgsrc.org>2003-10-13 11:39:46 +0000
commitbea35109f01488ed21d765424c7fdcf9a30a7bb3 (patch)
treebd86d2682d65b605c3b2a344455f3cbdc267e55c /x11/xbindkeys/Makefile
parent6d5cb546f0d67448affdaff214f5cf745b528c98 (diff)
downloadpkgsrc-bea35109f01488ed21d765424c7fdcf9a30a7bb3.tar.gz
Fix a test in the configure script that could cause different results
depending on the shell beeing used (thus introducing a hidden dependancy). As a side effect, the package now uses pthreads. Bump PKGREVISION to 2.
Diffstat (limited to 'x11/xbindkeys/Makefile')
-rw-r--r--x11/xbindkeys/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile
index f688d12dfec..b7b28514270 100644
--- a/x11/xbindkeys/Makefile
+++ b/x11/xbindkeys/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/09/17 15:08:34 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/10/13 11:39:46 jmmv Exp $
#
.include "Makefile.common"
-PKGREVISION= 1
+PKGREVISION= 2
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"