diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-10 23:50:47 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-10 23:50:47 +0000 |
commit | ad80bb8cb63d9c08f5dbab775c50a66b379faa08 (patch) | |
tree | 59c60763ec13647cade11d08b656df75af8287d7 /audio | |
parent | 32b5bb275a2087d3465eb70e3af02dbc7cd199e0 (diff) |
- Mark BROKEN
Notes
Notes:
svn path=/head/; revision=162037
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gstreamer-plugins-faad80/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-faad80/Makefile b/audio/gstreamer-plugins-faad80/Makefile index 99c7e5b1a8aa..065753702a67 100644 --- a/audio/gstreamer-plugins-faad80/Makefile +++ b/audio/gstreamer-plugins-faad80/Makefile @@ -15,4 +15,6 @@ GST_PLUGIN= faad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 +BROKEN= Does not compile + .include "${MASTERDIR}/Makefile" |