diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-29 21:53:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-29 21:53:42 +0000 |
commit | dea0bcc593ffe3b573fa92d89f1db56b108432b6 (patch) | |
tree | 8a96becc687391408832efaff63ad5bae091a6f7 /graphics/graphviz | |
parent | 8c9da488968c09b0adcf490f53784a4c4e4ff71e (diff) | |
download | ports-dea0bcc593ffe3b573fa92d89f1db56b108432b6.tar.gz ports-dea0bcc593ffe3b573fa92d89f1db56b108432b6.zip |
Notes
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 \ |