summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-15 16:56:48 +0000
committernia <nia@pkgsrc.org>2019-07-15 16:56:48 +0000
commit219c762fd8e478898c0a66433efc89fb8a2a0d35 (patch)
tree6630b1cc607a77ee1966457231b6bf4de72bfa50
parentee16a37d7a55193159c260697a084e5ae6cad313 (diff)
downloadpkgsrc-219c762fd8e478898c0a66433efc89fb8a2a0d35.tar.gz
... remember what CHECK_INTERPRETER_SKIP is relative to
-rw-r--r--audio/mixxx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 7c8f2e27ee4..0308bb3d50f 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/07/15 16:55:52 nia Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/15 16:56:48 nia Exp $
DISTNAME= mixxx-2.2.1
CATEGORIES= audio
@@ -64,7 +64,7 @@ REPLACE_FILES.node+= res/controllers/novation-launchpad/scripts/compile-mapping.
REPLACE_FILES.node+= res/controllers/novation-launchpad/scripts/compile-scripts.js
# avoid a hard nodejs dependency
-CHECK_INTERPRETER_SKIP+= res/controllers/novation-launchpad/scripts/*
+CHECK_INTERPRETER_SKIP+= share/mixxx/controllers/novation-launchpad/scripts/*
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SCONSBIN} ${SCONS_ARGS} \