diff options
author | kwm <kwm@FreeBSD.org> | 2009-01-29 17:41:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-01-29 17:41:07 +0800 |
commit | e294cadac6711bf020711f9c3214e35b9dd547dc (patch) | |
tree | 5a1894656b9ad50954c88741acd0fa9f60df2d1f /multimedia | |
parent | ae822062dc81666f582b97d93b248c35fc1bbe52 (diff) | |
download | freebsd-ports-graphics-e294cadac6711bf020711f9c3214e35b9dd547dc.tar.gz freebsd-ports-graphics-e294cadac6711bf020711f9c3214e35b9dd547dc.tar.zst freebsd-ports-graphics-e294cadac6711bf020711f9c3214e35b9dd547dc.zip |
This one slipped though the cracks, also fix plist here after the recent update.
Submitted by: pointyhat (via pav)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 37802e7310d..b0995654fad 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -270,6 +270,8 @@ gst_gsm_DIST= bad # ivorbis gst_ivorbis_LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor +gst_ivorbis_PLIST_FILES= ${GST_LIB_DIR}/libgstivorbis.la \ + ${GST_LIB_DIR}/libgstivorbis.so gst_ivorbis_DIST= bad # hal |