mixxx: do not require filesystem here, provided by abseil/bl3.mk now

This commit is contained in:
wiz 2024-02-10 10:28:34 +00:00
parent 9f94cd6f69
commit a9d596f662
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.55 2024/02/10 10:15:39 wiz Exp $
# $NetBSD: Makefile,v 1.56 2024/02/10 10:28:34 wiz Exp $
DISTNAME= mixxx-2.3.1
PKGREVISION= 27
@ -19,7 +19,7 @@ USE_CMAKE= yes
CMAKE_ARGS+= -DUSE_SYMLINKS=OFF
CMAKE_ARGS+= -DPORTMIDI=OFF
USE_CXX_FEATURES+= c++11 filesystem
USE_CXX_FEATURES+= c++11
.include "../../mk/bsd.prefs.mk"