diff options
Diffstat (limited to 'multimedia/gstreamer1-plugins-vpx/Makefile')
-rw-r--r-- | multimedia/gstreamer1-plugins-vpx/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/multimedia/gstreamer1-plugins-vpx/Makefile b/multimedia/gstreamer1-plugins-vpx/Makefile index beb27bd858ac..e3f811f5fb8b 100644 --- a/multimedia/gstreamer1-plugins-vpx/Makefile +++ b/multimedia/gstreamer1-plugins-vpx/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= multimedia COMMENT= GStreamer vp8 codec plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libvpx.so:multimedia/libvpx + .include "${MASTERDIR}/Makefile" |