diff options
author | wiz <wiz@pkgsrc.org> | 2004-02-11 11:48:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-02-11 11:48:02 +0000 |
commit | c4bdec16654c9de809915ae58056801cce20da9f (patch) | |
tree | db4bd686daf287d5cafc1b1cb35924b6e5b8aca0 /www/libgtkhtml | |
parent | b03f3aa8823c0a0af60a12692a2e0d3bea8f26a1 (diff) | |
download | pkgsrc-c4bdec16654c9de809915ae58056801cce20da9f.tar.gz |
Add pthread.buildlink3.mk to make it build again.
Diffstat (limited to 'www/libgtkhtml')
-rw-r--r-- | www/libgtkhtml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/libgtkhtml/Makefile b/www/libgtkhtml/Makefile index 32de3efa1aa..0c9bc32f4c8 100644 --- a/www/libgtkhtml/Makefile +++ b/www/libgtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/02/11 07:42:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/11 11:48:02 wiz Exp $ # DISTNAME= libgtkhtml-2.4.1 @@ -28,4 +28,5 @@ PKGCONFIG_OVERRIDE= libgtkhtml-2.0.pc.in .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |