aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer1-plugins-amrnb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstreamer1-plugins-amrnb/Makefile')
-rw-r--r--audio/gstreamer1-plugins-amrnb/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/gstreamer1-plugins-amrnb/Makefile b/audio/gstreamer1-plugins-amrnb/Makefile
index 014e9a77ce17..fc4c144ead72 100644
--- a/audio/gstreamer1-plugins-amrnb/Makefile
+++ b/audio/gstreamer1-plugins-amrnb/Makefile
@@ -6,6 +6,12 @@ COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
GST_PLUGIN= amrnb
DIST= ugly
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
+
+MESON_ARGS+= -Dgpl=enabled
+
+PLIST= ${.CURDIR}/pkg-plist
+
+LIB_DEPENDS= libopencore-amrnb.so:audio/opencore-amr
.include "${MASTERDIR}/Makefile"