diff options
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" |