diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-26 02:07:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-26 02:07:19 +0000 |
commit | 689cd641fe3b19e008bff569ec14c0f39a416920 (patch) | |
tree | 34aded465cd837943db0bd3f2de11b0a2f8f6b7b /audio/goom | |
parent | 46a9857eb0bf178c01aa85b5b0b0402532547592 (diff) | |
download | pkgsrc-689cd641fe3b19e008bff569ec14c0f39a416920.tar.gz |
Uses pthreads -- include pthread.bl3.mk.
Diffstat (limited to 'audio/goom')
-rw-r--r-- | audio/goom/Makefile | 3 |
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" |