diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-08-24 18:13:28 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-08-24 18:13:28 +0000 |
commit | 4dd71b23f437e3da12805d237829767d5b305c9a (patch) | |
tree | ef836b6f9ad8d9e02400c60d37d40f38edb1eee9 /multimedia | |
parent | 4f67c9a236d43455915d055dcc5179a9c07c447e (diff) | |
download | ports-4dd71b23f437e3da12805d237829767d5b305c9a.tar.gz ports-4dd71b23f437e3da12805d237829767d5b305c9a.zip |
Notes
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 |