summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-26 02:07:19 +0000
committerwiz <wiz@pkgsrc.org>2005-02-26 02:07:19 +0000
commit689cd641fe3b19e008bff569ec14c0f39a416920 (patch)
tree34aded465cd837943db0bd3f2de11b0a2f8f6b7b /audio
parent46a9857eb0bf178c01aa85b5b0b0402532547592 (diff)
downloadpkgsrc-689cd641fe3b19e008bff569ec14c0f39a416920.tar.gz
Uses pthreads -- include pthread.bl3.mk.
Diffstat (limited to 'audio')
-rw-r--r--audio/goom/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/goom/Makefile b/audio/goom/Makefile
index 0ed94ef1f2a..a338aa053ec 100644
--- a/audio/goom/Makefile
+++ b/audio/goom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/20 14:59:24 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/26 02:07:19 wiz Exp $
#
DISTNAME= goom-2k4-0-src
@@ -18,4 +18,5 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgoom2.pc.in
GNU_CONFIGURE= yes
.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"