summaryrefslogtreecommitdiff
path: root/graphics/gimp-refocus-it
diff options
context:
space:
mode:
authorjoerg <joerg>2007-09-02 14:00:23 +0000
committerjoerg <joerg>2007-09-02 14:00:23 +0000
commitf673f015ee7c6910435b606475aa306213d3d6d3 (patch)
tree3e09fad2786df2f1bee2085ad9d42dba2fb8b03c /graphics/gimp-refocus-it
parente88a67acfab2addf6a8600eea487a97a2eecfa59 (diff)
downloadpkgsrc-f673f015ee7c6910435b606475aa306213d3d6d3.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"