summaryrefslogtreecommitdiff
path: root/time/libical
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-14 17:11:43 +0000
committertnn <tnn@pkgsrc.org>2015-03-14 17:11:43 +0000
commitc75e38fc40c2fee8485af77a71caa1d84a5a4609 (patch)
tree7e996157bd43dfb44cb4717365ae128af4fb9ee0 /time/libical
parent095f70617ce20d9c9b24751574cafb3146323542 (diff)
downloadpkgsrc-c75e38fc40c2fee8485af77a71caa1d84a5a4609.tar.gz
wants to link with pthreads
Diffstat (limited to 'time/libical')
-rw-r--r--time/libical/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/libical/Makefile b/time/libical/Makefile
index 5f1cd8f48ca..ef6babe3192 100644
--- a/time/libical/Makefile
+++ b/time/libical/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/05/29 23:37:50 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2015/03/14 17:11:43 tnn Exp $
#
DISTNAME= libical-1.0
@@ -28,4 +28,5 @@ DEPENDS+= zonetab-[0-9]*:../../time/zonetab
USE_LANGUAGES= c c++
#TEST_TARGET= check
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"