summaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authoradam <adam>2005-10-08 11:20:26 +0000
committeradam <adam>2005-10-08 11:20:26 +0000
commit218bf6421a14d609ad6ad4645405e2004b852c3d (patch)
treed8ea68d16b814b10060c89ce324a6f551944600b /graphics/graphviz
parent6c0e8281a64e2c7d941b90a19a3083e1acec2f6e (diff)
downloadpkgsrc-218bf6421a14d609ad6ad4645405e2004b852c3d.tar.gz
Fix buildling with PHP and/or Ruby installed
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index f619ac231ca..2759f3b95ad 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/10/08 08:11:10 adam Exp $
+# $NetBSD: Makefile,v 1.41 2005/10/08 11:20:26 adam Exp $
DISTNAME= graphviz-2.6
CATEGORIES= graphics
@@ -27,6 +27,9 @@ PKGCONFIG_OVERRIDE+= lib/pathplan/libpathplan.pc.in
CONFIGURE_ENV+= TCLCONFIG=${TCLCONFIG_SH}
CONFIGURE_ENV+= TKCONFIG=${TKCONFIG_SH}
CONFIGURE_ENV+= X11PREFIX=${X11PREFIX} X11BASE=${X11BASE}
+# build fails when PHP and/or Ruby are also installed
+CONFIGURE_ENV+= ac_cv_prog_PHP=
+CONFIGURE_ENV+= ac_cv_prog_RUBY=
# prevent another config.status run
pre-build: