summaryrefslogtreecommitdiff
path: root/graphics/gimp-refocus-it
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-09-02 14:00:23 +0000
committerjoerg <joerg@pkgsrc.org>2007-09-02 14:00:23 +0000
commit6007e7dbc49f0bfe23b36a528d6f9af68469d0ac (patch)
tree3e09fad2786df2f1bee2085ad9d42dba2fb8b03c /graphics/gimp-refocus-it
parent59851ab62f946284b438a6bbaddd97c1740bb682 (diff)
downloadpkgsrc-6007e7dbc49f0bfe23b36a528d6f9af68469d0ac.tar.gz
Explicitly link with pthread.
Diffstat (limited to 'graphics/gimp-refocus-it')
-rw-r--r--graphics/gimp-refocus-it/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/gimp-refocus-it/Makefile b/graphics/gimp-refocus-it/Makefile
index 4eb82c050bc..fbebdb9377a 100644
--- a/graphics/gimp-refocus-it/Makefile
+++ b/graphics/gimp-refocus-it/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/06/05 05:37:28 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2007/09/02 14:00:23 joerg Exp $
#
DISTNAME= refocus-it-2.0.0
@@ -17,5 +17,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-cmdline
USE_TOOLS+= intltool msgfmt pkg-config
+PTHREAD_AUTO_VARS= yes
+
.include "../../graphics/gimp/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"