summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorseb <seb>2004-12-03 11:42:57 +0000
committerseb <seb>2004-12-03 11:42:57 +0000
commit47d6bd973f0c20c802701b3ef7aee389deec5984 (patch)
tree9499a3da3833b18bfdce54a0196584ef81faa10a /graphics
parent0c3798629850b38895ab805900dd2f0616ed82bf (diff)
downloadpkgsrc-47d6bd973f0c20c802701b3ef7aee389deec5984.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}