diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-28 17:38:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-28 17:38:31 +0000 |
commit | 77364fd4c5728d93b5882477b0c8fc15bd47e085 (patch) | |
tree | fbe6d300bed654a215a47bbc51aeaa3875e8d8bb /chat/xchat-python/Makefile | |
parent | e7f87bb0887686ba8b5ab4ee1a5ecbe08d56903d (diff) | |
download | pkgsrc-77364fd4c5728d93b5882477b0c8fc15bd47e085.tar.gz |
Fix pthread detection / use of xchat-python.
Diffstat (limited to 'chat/xchat-python/Makefile')
-rw-r--r-- | chat/xchat-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index bbfc72c62a6..3421ef59a90 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/14 21:30:17 tron Exp $ +# $NetBSD: Makefile,v 1.6 2006/03/28 17:38:32 joerg Exp $ .include "../../chat/xchat/Makefile.common" @@ -27,4 +27,5 @@ SUBST_SED.libutil= -e 's/ -lutil//g' .endif .include "../../lang/python/application.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |