diff options
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index aece0755eaea..1efc1420167f 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -32,12 +32,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBA LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ TCLCONFIG=${LOCALBASE}/lib/tcl8.4/tclConfig.sh \ TKCONFIG=${LOCALBASE}/lib/tk8.4/tkConfig.sh \ - MISSING=${TRUE} \ - OCAML=/nonexistent \ - PERL=/nonexistent \ - PHP=/nonexistent \ - PYTHON=/nonexistent \ - RUBY=/nonexistent + MISSING=${TRUE} CONFIGURE_ARGS= --program-transform-name="s/x/x/" \ --enable-dependency-tracking \ --with-iconvlibdir=${LOCALBASE}/lib \ |