diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-14 17:11:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-14 17:11:43 +0000 |
commit | c75e38fc40c2fee8485af77a71caa1d84a5a4609 (patch) | |
tree | 7e996157bd43dfb44cb4717365ae128af4fb9ee0 | |
parent | 095f70617ce20d9c9b24751574cafb3146323542 (diff) | |
download | pkgsrc-c75e38fc40c2fee8485af77a71caa1d84a5a4609.tar.gz |
wants to link with pthreads
-rw-r--r-- | time/libical/Makefile | 3 |
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" |