summaryrefslogtreecommitdiff
path: root/audio/lmms/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-06-27 15:48:11 +0000
committerjoerg <joerg@pkgsrc.org>2013-06-27 15:48:11 +0000
commite93165af894215b7e53d78d01305d4e39fffe9b4 (patch)
treef72b3a2812b5cfea9e87cea2d3395d038c37c933 /audio/lmms/Makefile
parent33b0015c68a296715e2c4caa8fd37b7772b85c79 (diff)
downloadpkgsrc-e93165af894215b7e53d78d01305d4e39fffe9b4.tar.gz
Make enum public in local fltk copy that is used outside derived
classes. Remove size hints for array arguments that end up being negative. Dereference pointer before calling member. Fix complex usage. Add dependency on qt4-tools to make cmake happy.
Diffstat (limited to 'audio/lmms/Makefile')
-rw-r--r--audio/lmms/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile
index 5f319e295d4..3a25412391d 100644
--- a/audio/lmms/Makefile
+++ b/audio/lmms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/06/17 15:16:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.30 2013/06/27 15:48:11 joerg Exp $
#
DISTNAME= lmms-0.4.15
@@ -44,6 +44,7 @@ BUILDLINK_ABI_DEPENDS.SDL+= SDL>=1.2.11
.include "../../math/fftwf/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"