summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-12-03 11:42:57 +0000
committerseb <seb@pkgsrc.org>2004-12-03 11:42:57 +0000
commitd1d076e27f5a29e610adbb29a4139e4b1a487515 (patch)
tree9499a3da3833b18bfdce54a0196584ef81faa10a /graphics
parentea7e1a6559a58fcc6cbf4f4da6369b7cc288a365 (diff)
downloadpkgsrc-d1d076e27f5a29e610adbb29a4139e4b1a487515.tar.gz
Force use of bundled libgd: fix build when libgd is installed beforehand.
Please note that for now the use of an external libgd is still considered experimental by graphviz team. Reported by abs@. Thanks!
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index a3e2ef9c2de..aa50778e96d 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/11/30 10:16:14 seb Exp $
+# $NetBSD: Makefile,v 1.26 2004/12/03 11:42:57 seb Exp $
#
DISTNAME= graphviz-1.16
@@ -23,6 +23,7 @@ PKGCONFIG_OVERRIDE_STAGE= post-build
.include "../../mk/bsd.prefs.mk"
+CONFIGURE_ARGS+= --with-mylibgd
CONFIGURE_ENV+= TCLCONFIG=${TCLCONFIG_SH}
CONFIGURE_ENV+= TKCONFIG=${TKCONFIG_SH}
CONFIGURE_ENV+= X11PREFIX=${X11PREFIX} X11BASE=${X11BASE}