diff options
author | adam <adam@pkgsrc.org> | 2005-10-08 11:20:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-08 11:20:26 +0000 |
commit | 0043b531eddc4957d79648cf99886ac2a594d6ce (patch) | |
tree | d8ea68d16b814b10060c89ce324a6f551944600b /graphics/graphviz | |
parent | 978853f6226b05f41a804267434ec4fdeceb049e (diff) | |
download | pkgsrc-0043b531eddc4957d79648cf99886ac2a594d6ce.tar.gz |
Fix buildling with PHP and/or Ruby installed
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 5 |
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: |