From 3a7c7e33e77d0b31a62f4a64d408e404ff0f3940 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Sun, 21 Apr 2019 14:34:03 +0000 Subject: [PATCH] USE_XXX= should appear after USES= Approved by: pi --- audio/libumidi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/libumidi/Makefile b/audio/libumidi/Makefile index 0b89ff5b48a4..f3f1f7bb21f3 100644 --- a/audio/libumidi/Makefile +++ b/audio/libumidi/Makefile @@ -12,8 +12,8 @@ COMMENT= Universal general purpose MIDI library LICENSE= BSD2CLAUSE -USE_LDCONFIG= yes USES= tar:bzip2 uidfix +USE_LDCONFIG= yes OPTIONS_DEFINE= DEBUG JACK OPTIONS_DEFAULT=JACK