diff options
author | schmonz <schmonz> | 2004-08-16 23:21:56 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2004-08-16 23:21:56 +0000 |
commit | fccb758de44e2969dce91cfc107063acc99758db (patch) | |
tree | 3141521e17401d699882818f130a1b409c6eefce /net | |
parent | 9e6150c266a110ea254b62a29ff706127ab53c9c (diff) | |
download | pkgsrc-fccb758de44e2969dce91cfc107063acc99758db.tar.gz |
Include pthread.buildlink3.mk. Should fix the problem seen in
Krister's 1.6.2 bulk build.
Diffstat (limited to 'net')
-rw-r--r-- | net/howl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index 0c272de721b..ba98c7ff7cc 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/06/05 19:03:12 nathanw Exp $ +# $NetBSD: Makefile,v 1.2 2004/08/16 23:21:56 schmonz Exp $ DISTNAME= howl-0.9.5 CATEGORIES= net @@ -13,4 +13,5 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes .include "../../devel/pkgconfig/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |