pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/lmms
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 19 07:20:20 UTC 2025
Modified Files:
pkgsrc/audio/lmms: options.mk
Log Message:
lmms: fix pkglint
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/lmms/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/lmms/options.mk
diff -u pkgsrc/audio/lmms/options.mk:1.7 pkgsrc/audio/lmms/options.mk:1.8
--- pkgsrc/audio/lmms/options.mk:1.7 Sun Aug 25 06:18:24 2024
+++ pkgsrc/audio/lmms/options.mk Tue Aug 19 07:20:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2024/08/25 06:18:24 wiz Exp $
+# $NetBSD: options.mk,v 1.8 2025/08/19 07:20:20 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.lmms
@@ -51,7 +51,7 @@ CMAKE_CONFIGURE_ARGS+= -DWANT_PULSEAUDIO
CMAKE_CONFIGURE_ARGS+= -DWANT_SDL=ON
# libSDL defines some symbols that are also defined in libX11, which has
# been fixed in SDL 1.2.11.
-BUILDLINK_ABI_DEPENDS.SDL+= SDL>=1.2.11
+BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.11
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../audio/SDL_sound/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index