diff options
author | hrs <hrs@FreeBSD.org> | 2016-02-29 21:03:14 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2016-02-29 21:03:14 +0000 |
commit | 9d73f27c80ffebf0e4b4c59c0b239a2dbd0602dc (patch) | |
tree | 6b8713ded653ae4cc8f5aefa0c78653df0806e17 | |
parent | ff4befc38399c888218a159886763cbdd38b1fbd (diff) | |
download | FreeBSD-ports-9d73f27c80ffebf0e4b4c59c0b239a2dbd0602dc.zip FreeBSD-ports-9d73f27c80ffebf0e4b4c59c0b239a2dbd0602dc.tar.gz |
Fix broken dependency due to librtmp version bump.
PR: 207594
-rw-r--r-- | multimedia/gstreamer1-plugins-rtmp/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile.common | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer1-plugins-rtmp/Makefile b/multimedia/gstreamer1-plugins-rtmp/Makefile index 6292ea5..4d9c499 100644 --- a/multimedia/gstreamer1-plugins-rtmp/Makefile +++ b/multimedia/gstreamer1-plugins-rtmp/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer RTMP stream source and sink plugin diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 969a403..53f80ff 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -362,7 +362,7 @@ gst_resindvd_BUILD_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav gst_resindvd_RUN_DEPENDS= libdvdnav>=4.1.2:${PORTSDIR}/multimedia/libdvdnav # rtmp xxx -gst_rtmp_LIB_DEPENDS= librtmp.so.0:${PORTSDIR}/multimedia/librtmp +gst_rtmp_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp # rsvg gst_rsvg_USE_GNOME= librsvg2 |