diff options
author | grant <grant@pkgsrc.org> | 2004-02-16 10:41:39 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-16 10:41:39 +0000 |
commit | e2000e39d40b9271adb5f2657df0f04da80d3ac0 (patch) | |
tree | 549951d9cf551896492516f62d449c99c999f068 /x11 | |
parent | 1b9c90294e11b1897d3902871b903264cd0a2b7c (diff) | |
download | pkgsrc-e2000e39d40b9271adb5f2657df0f04da80d3ac0.tar.gz |
as of the last update, this no longer requires pthreads.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 2e59fb24728..d7275c8d14c 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/12/03 12:52:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2004/02/16 10:41:39 grant Exp $ # .include "Makefile.common" CONFIGURE_ARGS+= --disable-tk -.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |