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
commitf952e18ae3169698572571489f2e87adcac743da (patch)
tree3e09fad2786df2f1bee2085ad9d42dba2fb8b03c /graphics/gimp-refocus-it
parent420c1f1355d5db1a59acbfd3a39c9a867d01bc45 (diff)
downloadpkgsrc-f952e18ae3169698572571489f2e87adcac743da.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"