summaryrefslogtreecommitdiff
path: root/devel/allegro
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-20 22:12:21 +0000
committernia <nia@pkgsrc.org>2020-01-20 22:12:21 +0000
commitc48052e751fd6cea177defae12598b1c4fb00217 (patch)
tree8bd39091a1ba72606ff094e9ea5ad614a77b67cb /devel/allegro
parent7f1bb65201671b0f8bd31da4cb33ca3b810e887c (diff)
downloadpkgsrc-c48052e751fd6cea177defae12598b1c4fb00217.tar.gz
allegro: Append PLIST in correct place
Diffstat (limited to 'devel/allegro')
-rw-r--r--devel/allegro/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/allegro/options.mk b/devel/allegro/options.mk
index 069aba06929..9a092158575 100644
--- a/devel/allegro/options.mk
+++ b/devel/allegro/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2020/01/20 21:32:59 nia Exp $
+# $NetBSD: options.mk,v 1.4 2020/01/20 22:12:21 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.allegro
PKG_SUPPORTED_OPTIONS= alsa jack
@@ -17,8 +17,8 @@ CMAKE_ARGS+= -DWANT_ALSA=1
CMAKE_ARGS+= -DWANT_ALSA=0
.endif
-PLIST_SRC+= PLIST.jack
.if !empty(PKG_OPTIONS:Mjack)
+PLIST_SRC+= PLIST.jack
CMAKE_ARGS+= -DWANT_JACK=1
.include "../../audio/jack/buildlink3.mk"
.else