diff options
Diffstat (limited to 'graphics/hs-graphviz/Makefile')
-rw-r--r-- | graphics/hs-graphviz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/hs-graphviz/Makefile b/graphics/hs-graphviz/Makefile index ed01fdf1b8e6..e762e47f89eb 100644 --- a/graphics/hs-graphviz/Makefile +++ b/graphics/hs-graphviz/Makefile @@ -11,7 +11,9 @@ COMMENT= This library provides bindings for the Dot language used by the Graphvi LICENSE= BSD3CLAUSE USES= pkgconfig -USE_CABAL= colour dlist fgl polyparse temporary text wl-pprint-text +USE_CABAL= colour dlist fgl polyparse temporary wl-pprint-text + +IGNORE= Doesn't build with recent GHC version BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libxdot.pc:graphics/graphviz |