diff options
author | avilla <avilla@FreeBSD.org> | 2012-08-25 02:13:28 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-08-25 02:13:28 +0800 |
commit | 987c305c0a4922c4c51d5293c33f9b67398b5b86 (patch) | |
tree | ef836b6f9ad8d9e02400c60d37d40f38edb1eee9 /multimedia | |
parent | 351b9410e1f8130cfd53801807f2b151f677222f (diff) | |
download | freebsd-ports-gnome-987c305c0a4922c4c51d5293c33f9b67398b5b86.tar.gz freebsd-ports-gnome-987c305c0a4922c4c51d5293c33f9b67398b5b86.tar.zst freebsd-ports-gnome-987c305c0a4922c4c51d5293c33f9b67398b5b86.zip |
- Add dependency on flite shared library in gstreamer-plugins-flite to
fix unresolvable links.
- Bump PORTREVISION.
PR: 170997
Submitted by: avilla (me)
Approved by: kwm (multimedia)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index fd3b9e66f81f..a11f1c040d3f 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -285,10 +285,10 @@ gst_flac_PLIST_FILES= ${GST_LIB_DIR}/libgstflac.la \ ${GST_LIB_DIR}/libgstflac.so # flite -gst_flite_BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:${PORTSDIR}/audio/flite -gst_flite_PLIST_FILES= ${GST_LIB_DIR}/libgstflite.la \ - ${GST_LIB_DIR}/libgstflite.so -gst_flite_DIST= bad +gst_flite_LIB_DEPENDS+= flite.1:${PORTSDIR}/audio/flite +gst_flite_PLIST_FILES= ${GST_LIB_DIR}/libgstflite.la \ + ${GST_LIB_DIR}/libgstflite.so +gst_flite_DIST= bad # gconf gst_gconf_USE_GNOME+= gnomeprefix gconf2 |