diff options
author | joerg <joerg@pkgsrc.org> | 2006-08-22 14:29:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-08-22 14:29:07 +0000 |
commit | 48480d18c78aacbe91d0a0cec7be333a8024b25e (patch) | |
tree | a7924dd7b95e73c6f5927d6a5d89063a75dc512e /audio/lmms/Makefile | |
parent | 2002ad978d3569a4036caad274b535d7dcf10bfb (diff) | |
download | pkgsrc-48480d18c78aacbe91d0a0cec7be333a8024b25e.tar.gz |
Fix hard-coded -lpthread.
Diffstat (limited to 'audio/lmms/Makefile')
-rw-r--r-- | audio/lmms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 2b1eda2ea28..fcd3e59eef4 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/07/26 18:26:49 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2006/08/22 14:29:07 joerg Exp $ # DISTNAME= lmms-0.2.0 @@ -31,4 +31,5 @@ BUILDLINK_ABI_DEPENDS.SDL+= SDL>=1.2.11 .include "../../devel/SDL/buildlink3.mk" .include "../../x11/Xfixes/buildlink3.mk" .include "../../x11/qt3-libs/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |