diff options
Diffstat (limited to 'audio/gstreamer1-plugins-amrnb/Makefile')
-rw-r--r-- | audio/gstreamer1-plugins-amrnb/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/audio/gstreamer1-plugins-amrnb/Makefile b/audio/gstreamer1-plugins-amrnb/Makefile index 9d4a2316871b..fc4c144ead72 100644 --- a/audio/gstreamer1-plugins-amrnb/Makefile +++ b/audio/gstreamer1-plugins-amrnb/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin @@ -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" |