pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/graphviz Fix buildling with PHP and/or Ruby i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8471aa60efbe
branches: trunk
changeset: 500440:8471aa60efbe
user: adam <adam%pkgsrc.org@localhost>
date: Sat Oct 08 11:20:26 2005 +0000
description:
Fix buildling with PHP and/or Ruby installed
diffstat:
graphics/graphviz/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 84ff249ad898 -r 8471aa60efbe graphics/graphviz/Makefile
--- a/graphics/graphviz/Makefile Sat Oct 08 10:55:05 2005 +0000
+++ b/graphics/graphviz/Makefile Sat Oct 08 11:20:26 2005 +0000
@@ -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 @@
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:
Home |
Main Index |
Thread Index |
Old Index