diff options
author | pav <pav@FreeBSD.org> | 2008-05-02 06:56:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-05-02 06:56:15 +0800 |
commit | 13a741b71e25f06bcc583157b77d0973da104277 (patch) | |
tree | a5d1967dbfe28662dfa73e5bf86c8dc9b9618eb6 | |
parent | 7788b0f1627eca02093e0eb78925d4262c452efb (diff) | |
download | freebsd-ports-gnome-13a741b71e25f06bcc583157b77d0973da104277.tar.gz freebsd-ports-gnome-13a741b71e25f06bcc583157b77d0973da104277.tar.zst freebsd-ports-gnome-13a741b71e25f06bcc583157b77d0973da104277.zip |
- Mark BROKEN: gstspc.h:25:21: openspc.h: No such file or directory
Reported by: pointyhat
-rw-r--r-- | audio/gstreamer-plugins-spc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-spc/Makefile b/audio/gstreamer-plugins-spc/Makefile index 4ed6b3bc3f28..94d7bb4090b9 100644 --- a/audio/gstreamer-plugins-spc/Makefile +++ b/audio/gstreamer-plugins-spc/Makefile @@ -14,4 +14,6 @@ GST_PLUGIN= spc MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +BROKEN= does not compile + .include "${MASTERDIR}/Makefile" |