diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-03 23:01:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-03 23:01:54 +0000 |
commit | 084e2947c337bf88dee056323cb2be9ea8d3582a (patch) | |
tree | e36bf935d8c021820cb6b36facccca98bcf88aa5 /chat | |
parent | e31e119e2a3d59ba3fffaf8e5786ac9fc93e459e (diff) | |
download | pkgsrc-084e2947c337bf88dee056323cb2be9ea8d3582a.tar.gz |
This package wants threads, so include pthread.buildlink2.mk.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/licq-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/licq-core/Makefile b/chat/licq-core/Makefile index bfc8aa7a082..ad3139f4440 100644 --- a/chat/licq-core/Makefile +++ b/chat/licq-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/24 23:57:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2003/05/03 23:01:54 wiz Exp $ # DISTNAME= licq-1.2.6 @@ -14,4 +14,5 @@ COMMENT= ICQ client with plugin support USE_BUILDLINK2= YES GNU_CONFIGURE= YES +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |