diff options
author | markd <markd@pkgsrc.org> | 2012-11-17 22:37:40 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2012-11-17 22:37:40 +0000 |
commit | 0e3c86e3c4176fa7919182773bea40d18be4742b (patch) | |
tree | 5d7a24a6597bd0af1726bcea5b1f1aae5cc0baed /graphics | |
parent | 09349f21acfa1ba6caa34a36bc7022cb7e5683d5 (diff) | |
download | pkgsrc-0e3c86e3c4176fa7919182773bea40d18be4742b.tar.gz |
Explicitly dont try to build gts support.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 94a5c598485..2277512776d 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2012/11/11 18:35:27 markd Exp $ +# $NetBSD: Makefile,v 1.110 2012/11/17 22:37:40 markd Exp $ DISTNAME= graphviz-2.26.3 PKGREVISION= 18 @@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-ruby CONFIGURE_ARGS+= --disable-sharp CONFIGURE_ARGS+= --disable-r +CONFIGURE_ARGS+= --with-gts=no # build fails when PHP and/or Ruby are also installed CONFIGURE_ENV+= ac_cv_prog_PHP= CONFIGURE_ENV+= ac_cv_prog_RUBY= |