diff options
-rw-r--r-- | audio/marlin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile index 5e5ab9a95..2062906e6 100644 --- a/audio/marlin/Makefile +++ b/audio/marlin/Makefile @@ -25,4 +25,6 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lcam" +BROKEN= "Doesn't build with latest gstreamer" + .include <bsd.port.mk> |