diff options
-rw-r--r-- | audio/gstreamer-plugins-flite/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/gstreamer-plugins-flite/Makefile b/audio/gstreamer-plugins-flite/Makefile index 913dafb5c07b..f0f1442c0f5c 100644 --- a/audio/gstreamer-plugins-flite/Makefile +++ b/audio/gstreamer-plugins-flite/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio COMMENT= Gstreamer flite run-time speech synthesis engine plugin 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 |