diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-24 22:12:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-24 22:12:17 +0000 |
commit | 39a618b94cc4567478ed66473bf5a03ab979601b (patch) | |
tree | c4d3ed7a3a9b908b99a4c6e192f40e3a37ccb43c | |
parent | 97442e276012e52ae348ac4d37c7f161bcd812fc (diff) | |
download | pkgsrc-39a618b94cc4567478ed66473bf5a03ab979601b.tar.gz |
Disable poppler. Addresses PR 48239.
-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 b35a0705f45..59df088ae13 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2013/09/10 06:40:20 wiz Exp $ +# $NetBSD: Makefile,v 1.129 2013/09/24 22:12:17 wiz Exp $ DISTNAME= graphviz-2.34.0 CATEGORIES= graphics @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --disable-python CONFIGURE_ARGS+= --disable-ruby CONFIGURE_ARGS+= --disable-sharp CONFIGURE_ARGS+= --disable-r +CONFIGURE_ARGS+= --with-poppler=no CONFIGURE_ARGS+= --with-gts=no CONFIGURE_ARGS+= --with-qt=no # build fails when PHP and/or Ruby are also installed |