summaryrefslogtreecommitdiff
path: root/x11/fltk
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-14 11:22:16 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-14 11:22:16 +0000
commita0030e8b357d359b178fb9e21a3c5a92bd234a94 (patch)
treed4900a28b4b2d96e38d89a1ddef46039f719a9b3 /x11/fltk
parentd1cb71891b17e6e32b469010a669fba3f6fd7124 (diff)
downloadpkgsrc-a0030e8b357d359b178fb9e21a3c5a92bd234a94.tar.gz
Include "../../mk/pthread.buildlink3.mk".
Diffstat (limited to 'x11/fltk')
-rw-r--r--x11/fltk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 59c5e565a24..86c72a275e0 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2005/06/01 18:03:28 jlam Exp $
+# $NetBSD: Makefile,v 1.48 2005/06/14 11:22:16 kristerw Exp $
DISTNAME= fltk-1.1.6-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -23,6 +23,7 @@ USE_TOOLS+= gmake
USE_LIBTOOL= yes
TEST_TARGET= test
+PTHREAD_OPTS+= require
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-libtool=${LIBTOOL}
@@ -30,5 +31,6 @@ CONFIGURE_ARGS+= --enable-libtool=${LIBTOOL}
.include "../../graphics/glu/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"