diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-05-11 10:33:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-05-11 10:33:50 +0000 |
commit | 3d016e8bd2178835cb7ca98ccc8b83b7b750ddb1 (patch) | |
tree | 20af9467d9c1316abe83391bdad03a8461d029f7 /audio | |
parent | f886c80ba2e1073ce87bacea5c7c75cb28fb79b7 (diff) | |
download | ports-3d016e8bd2178835cb7ca98ccc8b83b7b750ddb1.tar.gz ports-3d016e8bd2178835cb7ca98ccc8b83b7b750ddb1.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gstreamer-plugins-flite/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-flite/Makefile b/audio/gstreamer-plugins-flite/Makefile index 913dafb5c07b..837de9e92f37 100644 --- a/audio/gstreamer-plugins-flite/Makefile +++ b/audio/gstreamer-plugins-flite/Makefile @@ -12,6 +12,8 @@ COMMENT= Gstreamer flite run-time speech synthesis engine plugin GST_PLUGIN= flite +BROKEN= Doesn't work due to link problem in audio/flite + MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins .include "${MASTERDIR}/Makefile" |